Update to 1.20.2

This commit is contained in:
Len 2023-11-24 10:01:07 +01:00
parent e61385aaf6
commit eb81e65212

View File

@ -12,7 +12,7 @@ plugins {
}
group = "com.alttd.playershops"
version = System.getenv("BUILD_NUMBER") ?: "1.0-SNAPSHOT"
version = System.getenv("BUILD_NUMBER") ?: "1.1-SNAPSHOT"
description = "Player Shop plugin for Altitude."
apply<JavaLibraryPlugin>()
@ -44,7 +44,7 @@ tasks {
download("https://repo.destro.xyz/private/com/alttd/Galaxy-Server/Galaxy-paperclip-1.20.1-R0.1-SNAPSHOT-reobf.jar", fileName)
}
serverJar(file)
minecraftVersion("1.20.1")
minecraftVersion("1.20.2")
}
jar {
@ -71,7 +71,7 @@ publishing {
}
dependencies {
compileOnly("com.alttd:Galaxy-API:1.20.1-R0.1-SNAPSHOT") {
compileOnly("com.alttd:Galaxy-API:1.20.2-R0.1-SNAPSHOT") {
isChanging = true
}
compileOnly("com.github.milkbowl:VaultAPI:1.7") {