File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25" )
1212 implementation(" io.github.goooler.shadow:shadow-gradle-plugin:8.1.8" )
1313 implementation(" net.minecrell:plugin-yml:0.6.0" )
14- implementation(" xyz.jpenilla:run-task:2.3.0 " )
14+ implementation(" xyz.jpenilla:run-task:2.3.1 " )
1515}
1616
1717sourceSets {
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ object Versions {
22
33 const val SPIGOT_API = " 1.17.1-R0.1-SNAPSHOT"
44
5- const val JUNIT_JUPITER_API = " 5.10.3 "
6- const val JUNIT_JUPITER_PARAMS = " 5.10.3 "
7- const val JUNIT_JUPITER_ENGINE = " 5.10.3 "
5+ const val JUNIT_JUPITER_API = " 5.11.0 "
6+ const val JUNIT_JUPITER_PARAMS = " 5.11.0 "
7+ const val JUNIT_JUPITER_ENGINE = " 5.11.0 "
88
99 const val ETERNALCODE_COMMONS = " 1.1.3"
1010 // TODO: Multification.
@@ -24,7 +24,7 @@ object Versions {
2424 const val CAFFEINE = " 3.1.8"
2525
2626 const val B_STATS_BUKKIT = " 3.0.2"
27- const val WORLD_GUARD_BUKKIT = " 7.0.9 "
27+ const val WORLD_GUARD_BUKKIT = " 7.0.10 "
2828
2929 const val PLACEHOLDER_API = " 2.11.6"
3030
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ configurations.named("checkstyle") {
2525 resolutionStrategy {
2626 capabilitiesResolution {
2727 withCapability(" com.google.collections:google-collections" ) {
28- select(" com.google.guava:guava:33.2.1 -jre" )
28+ select(" com.google.guava:guava:33.3.0 -jre" )
2929 }
3030 }
3131 }
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.9 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments