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.
2 parents 9be3d24 + 1c72bef commit 0cbca24Copy full SHA for 0cbca24
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java' // java support
4
id 'com.diffplug.spotless' version '7.2.1'//code format
5
id 'pmd' // code check, working on source code
6
- id 'com.github.spotbugs' version '6.2.4' // code check, working on byte code
+ id 'com.github.spotbugs' version '6.2.5' // 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