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 afd83ba + d1907c5 commit 71eef01Copy full SHA for 71eef01
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'com.diffplug.spotless' version '8.0.0'//code format
5
id 'pmd' // code check, working on source code
6
id 'com.github.spotbugs' version '6.4.4' // code check, working on byte code
7
- id "org.sonarqube" version "7.0.0.6105" // sonarqube
+ id "org.sonarqube" version "7.0.1.6134" // sonarqube
8
id 'signing'
9
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
10
id 'jacoco' // java code coverage plugin
0 commit comments