Skip to content

Commit c399b4b

Browse files
committed
Upgrade to SonarQube plugin 2.1-rc1
This commit upgrades the SonarQube plugin so that it is compatible with Gradle 3. Issue: SPR-14569
1 parent 204a50e commit c399b4b

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
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id "org.sonarqube" version "1.1"
14+
id "org.sonarqube" version "2.1-rc1"
1515
}
1616

1717
ext {

0 commit comments

Comments
 (0)