Skip to content

Commit 680117a

Browse files
Bump org.sonarqube from 7.0.1.6134 to 7.1.0.6387 (#397)
1 parent 054b665 commit 680117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.diffplug.spotless' version '8.1.0'//code format
55
id 'pmd' // code check, working on source code
66
id 'com.github.spotbugs' version '6.4.5' // code check, working on byte code
7-
id "org.sonarqube" version "7.0.1.6134" // sonarqube
7+
id "org.sonarqube" version "7.1.0.6387" // sonarqube
88
id 'signing'
99
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
1010
id 'jacoco' // java code coverage plugin

0 commit comments

Comments
 (0)