File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id(" com.diffplug.spotless" ) version " 8.4.0"
55 id(" net.ltgt.errorprone" ) version " 5.1.0"
66 id(" com.github.spotbugs" ) version " 6.4.8"
7- id(" org.openrewrite.rewrite" ) version " 7.28.2 "
7+ id(" org.openrewrite.rewrite" ) version " 7.29.0 "
88}
99
1010val hytaleServerVersion = " 2026.03.23-338988e70"
@@ -64,9 +64,9 @@ dependencies {
6464 errorprone(" com.google.errorprone:error_prone_core:2.48.0" )
6565 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
6666
67- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.30.1 " )
68- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.30.1 " )
69- rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.21.2 " )
67+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.31.0 " )
68+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.31.0 " )
69+ rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.22.0 " )
7070
7171 compileOnly(" com.hypixel.hytale:Server:$hytaleServerVersion " )
7272 implementation(" com.google.code.gson:gson:2.13.2" )
You can’t perform that action at this time.
0 commit comments