File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import java.net.URL
66
77plugins {
88 id(" java" )
9- id(" org.jetbrains.kotlin.jvm" ) version " 1.9.20 "
9+ id(" org.jetbrains.kotlin.jvm" ) version " 1.9.22 "
1010 id(" net.kyori.indra" ) version " 3.1.3"
1111 id(" net.kyori.indra.publishing" ) version " 3.1.3"
1212 id(" net.kyori.indra.license-header" ) version " 3.1.3"
1313 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
1414 id(" io.github.slimjar" ) version " 1.3.0"
1515 id(" xyz.jpenilla.run-paper" ) version " 2.2.0"
1616 id(" com.github.ben-manes.versions" ) version " 0.48.0"
17- id(" org.jetbrains.dokka" ) version " 1.9.0 "
17+ id(" org.jetbrains.dokka" ) version " 1.9.10 "
1818}
1919
2020group = " me.glaremasters"
@@ -119,7 +119,7 @@ tasks {
119119 }
120120
121121 runServer {
122- minecraftVersion(" 1.20" )
122+ minecraftVersion(" 1.20.4 " )
123123 }
124124
125125 license {
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.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments