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