File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 kotlin(" jvm" ) version " 1.9.22"
33 id(" java" )
44 id(" io.github.goooler.shadow" ) version " 8.1.8"
5- id(" io.papermc.paperweight.userdev" ) version " 2.0.0-beta.11 " apply false
5+ id(" io.papermc.paperweight.userdev" ) version " 2.0.0-beta.17 " apply false
66}
77
88repositories {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 kotlin(" jvm" ) version " 1.9.22"
55 id(" java" )
66 id(" io.github.goooler.shadow" ) version " 8.1.8"
7- id(" io.papermc.paperweight.userdev" ) version " 2.0.0-beta.11 "
7+ id(" io.papermc.paperweight.userdev" )
88}
99
1010val serverVer = rootProject.property(" targetMinecraftVersion" ).toString()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 kotlin(" jvm" ) version " 1.9.22"
33 id(" java" )
44 id(" io.github.goooler.shadow" ) version " 8.1.8"
5- id(" io.papermc.paperweight.userdev" ) version " 2.0.0-beta.11 "
5+ id(" io.papermc.paperweight.userdev" )
66}
77
88val serverVer = rootProject.property(" targetMinecraftVersion" ).toString()
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.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments