diff --git a/build.gradle b/build.gradle index 3f8e3be..0d62bd5 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.diffplug.spotless' version '8.1.0'//code format id 'pmd' // code check, working on source code id 'com.github.spotbugs' version '6.4.5' // code check, working on byte code - id "org.sonarqube" version "7.0.1.6134" // sonarqube + id "org.sonarqube" version "7.1.0.6387" // sonarqube id 'signing' id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined) id 'jacoco' // java code coverage plugin