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 b6784df commit 2fb1643Copy full SHA for 2fb1643
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java' // java support
4
id 'com.diffplug.spotless' version '7.0.4'//code format
5
id 'pmd' // code check, working on source code
6
- id 'com.github.spotbugs' version '6.2.0' // code check, working on byte code
+ id 'com.github.spotbugs' version '6.2.1' // code check, working on byte code
7
id "org.sonarqube" version "6.2.0.5505" // sonarqube
8
id 'signing'
9
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
0 commit comments