File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ plugins {
33 id(" java" )
44 id(" com.diffplug.spotless" ) version " 8.4.0"
55 id(" net.ltgt.errorprone" ) version " 5.1.0"
6- id(" com.github.spotbugs" ) version " 6.4.8 "
6+ id(" com.github.spotbugs" ) version " 6.5.1 "
77 id(" org.openrewrite.rewrite" ) version " 7.30.0"
88}
99
10- val hytaleServerVersion = " 2026.03.26-92489d5e7 "
10+ val hytaleServerVersion = " 2026.04.17-c2d518cc9 "
1111val releaseVersion = providers.gradleProperty(" releaseVersion" ).orElse(" 1.0.0-SNAPSHOT" )
1212
1313tasks.named<UpdateDaemonJvm >(" updateDaemonJvm" ) {
@@ -65,7 +65,7 @@ dependencies {
6565 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
6666
6767 rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.32.0" )
68- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.32.0 " )
68+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.32.1 " )
6969 rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.23.0" )
7070
7171 compileOnly(" com.hypixel.hytale:Server:$hytaleServerVersion " )
You can’t perform that action at this time.
0 commit comments