diff --git a/build.gradle.kts b/build.gradle.kts index e73f8c0..4294c3f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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() @@ -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") {