We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c54b15 commit e7e2221Copy full SHA for e7e2221
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java' // java support
4
id 'com.diffplug.spotless' version '7.0.2'//code format
5
id 'pmd' // code check, working on source code
6
- id 'com.github.spotbugs' version '6.1.6' // code check, working on byte code
+ id 'com.github.spotbugs' version '6.1.7' // code check, working on byte code
7
id "org.sonarqube" version "6.0.1.5171" // sonarqube
8
id 'signing'
9
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
0 commit comments