We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13665a8 commit bf27e8cCopy full SHA for bf27e8c
build.gradle
@@ -24,7 +24,7 @@ plugins {
24
id 'application' // Creating application bundles
25
id 'build-dashboard' // Produces a build report
26
id 'checkstyle' // Checkstyle for Java, configured further below
27
- id "com.github.spotbugs" version '5.2.5' // Spotbugs for Java
+ id "com.github.spotbugs" version '6.0.7' // Spotbugs for Java
28
id 'java' // Core java / javac
29
id 'maven-publish' // Publishing to Maven Central
30
id 'pmd' // PMD for Java, configured further below
0 commit comments