File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 `java- library`
33 `maven- publish`
4- id(" io.github.0ffz .github-packages" ) version " 1.2.1 "
5- id(" io.papermc.hangar-publish-plugin" ) version " 0.1.2 "
4+ id(" io.github.apdevteam .github-packages" ) version " 1.2.2 "
5+ id(" io.papermc.hangar-publish-plugin" ) version " 0.1.3 "
66}
77
88repositories {
@@ -18,7 +18,7 @@ repositories {
1818
1919dependencies {
2020 api(" org.jetbrains:annotations-java5:24.1.0" )
21- compileOnly(" io.papermc.paper:paper-api:1.18.2 -R0.1-SNAPSHOT" )
21+ compileOnly(" io.papermc.paper:paper-api:1.20.6 -R0.1-SNAPSHOT" )
2222 compileOnly(" net.countercraft:movecraft:+" )
2323 compileOnly(" net.countercraft.movecraft.combat:movecraft-combat:+" )
2424 compileOnly(" net.countercraft.movecraft.repair:movecraft-repair:+" )
@@ -29,7 +29,7 @@ dependencies {
2929group = " net.countercraft.movecraft.worldguard"
3030version = " 1.0.0_beta-5"
3131description = " Movecraft-WorldGuard"
32- java.toolchain.languageVersion = JavaLanguageVersion .of(17 )
32+ java.toolchain.languageVersion = JavaLanguageVersion .of(21 )
3333
3434tasks.jar {
3535 archiveBaseName.set(" Movecraft-WorldGuard" )
@@ -75,7 +75,7 @@ hangarPublish {
7575 platforms {
7676 register(io.papermc.hangarpublishplugin.model.Platforms .PAPER ) {
7777 jar.set(tasks.jar.flatMap { it.archiveFile })
78- platformVersions.set(listOf (" 1.18.2 -1.21" ))
78+ platformVersions.set(listOf (" 1.20.6 -1.21.5 " ))
7979 dependencies {
8080 hangar(" Movecraft" ) {
8181 required.set(true )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments