Skip to content

Commit 71e1421

Browse files
committed
Update sonarqube gradle plugin to latest version
This should fix warnings about invalid property types in the build.
1 parent da7f62f commit 71e1421

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)