Skip to content

Commit ffca0b8

Browse files
committed
Update sonarqube gradle plugin to latest version
This should fix warnings about invalid property types in the build. (cherry picked from commit 71e1421)
1 parent 8cf3ebf commit ffca0b8

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
@@ -18,7 +18,7 @@ import java.util.regex.Matcher
1818

1919
plugins {
2020
id 'org.ajoberstar.grgit' version '2.3.0'
21-
id 'org.sonarqube' version '2.5'
21+
id 'org.sonarqube' version '2.6.2'
2222
id 'io.codearte.nexus-staging' version '0.11.0'
2323
}
2424

0 commit comments

Comments
 (0)