mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-30 21:17:53 +01:00
chore: update data values to 1.20.2
(cherry picked from commit b6b0295961
)
This commit is contained in:
parent
43baf51d8d
commit
87908eb32a
@ -11,7 +11,7 @@ plugins {
|
|||||||
version = System.getenv("MINESTOM_VERSION") ?: "dev"
|
version = System.getenv("MINESTOM_VERSION") ?: "dev"
|
||||||
val channel = System.getenv("MINESTOM_CHANNEL") ?: "local" // local, snapshot, release
|
val channel = System.getenv("MINESTOM_CHANNEL") ?: "local" // local, snapshot, release
|
||||||
|
|
||||||
val shortDescription = "1.20.1 Lightweight Minecraft server"
|
val shortDescription = "1.20.2 Lightweight Minecraft server"
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
apply(plugin = "java")
|
apply(plugin = "java")
|
||||||
|
@ -3,7 +3,7 @@ metadata.format.version = "1.1"
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
# Important dependencies
|
# Important dependencies
|
||||||
data = "1.20-rv1"
|
data = "1.20.2-rv1"
|
||||||
adventure = "4.12.0"
|
adventure = "4.12.0"
|
||||||
kotlin = "1.7.22"
|
kotlin = "1.7.22"
|
||||||
dependencyGetter = "v1.0.1"
|
dependencyGetter = "v1.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user