Skip to content

Commit 6b8be31

Browse files
authored
[build] Fix Java 25 builds (#8245)
I'm able to use a local install of Gradle 9.1 that has Java 25 support, but some plugin upgrades are needed as well.
1 parent ab53d51 commit 6b8be31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ plugins {
1818
id 'idea'
1919
id 'visual-studio'
2020
id 'net.ltgt.errorprone' version '4.3.0' apply false
21-
id 'com.gradleup.shadow' version '9.0.0' apply false
22-
id 'com.diffplug.spotless' version '7.2.1' apply false
23-
id 'com.github.spotbugs' version '6.2.3' apply false
21+
id 'com.gradleup.shadow' version '9.1.0' apply false
22+
id 'com.diffplug.spotless' version '8.0.0' apply false
23+
id 'com.github.spotbugs' version '6.4.2' apply false
2424
}
2525

2626
wpilibVersioning.buildServerMode = project.hasProperty('buildServer')

0 commit comments

Comments
 (0)