Skip to content

Commit 0ce6d1c

Browse files
committed
Restore Sonar to 2.7
This reverts commit 10637db.
1 parent 10637db commit 0ce6d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
buildscript {
1+
buildscript {
22
ext.kotlinVersion = '1.3.21'
33
repositories {
44
maven { url 'https://repo.spring.io/plugins-release' }
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id 'org.sonarqube' version '2.6.2'
14+
id 'org.sonarqube' version '2.7'
1515
id 'org.asciidoctor.convert' version '1.5.10'
1616
id 'org.ajoberstar.grgit' version '3.0.0'
1717
}

0 commit comments

Comments
 (0)