We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab53d51 commit 6b8be31Copy full SHA for 6b8be31
build.gradle
@@ -18,9 +18,9 @@ plugins {
18
id 'idea'
19
id 'visual-studio'
20
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
+ id 'com.gradleup.shadow' version '9.1.0' apply false
+ id 'com.diffplug.spotless' version '8.0.0' apply false
+ id 'com.github.spotbugs' version '6.4.2' apply false
24
}
25
26
wpilibVersioning.buildServerMode = project.hasProperty('buildServer')
0 commit comments