File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ buildscript {
2
2
repositories {
3
3
jcenter()
4
4
maven { url ' https://repo.spring.io/plugins-release' }
5
+ maven { url ' https://plugins.gradle.org/m2/' }
5
6
}
6
7
dependencies {
7
8
classpath ' io.spring.gradle:dependency-management-plugin:0.5.3.RELEASE'
8
9
classpath ' org.springframework.build.gradle:propdeps-plugin:0.0.7'
9
10
classpath ' io.spring.gradle:spring-io-plugin:0.0.4.RELEASE'
11
+ classpath ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:1.2'
10
12
}
11
13
}
12
14
@@ -18,10 +20,10 @@ allprojects {
18
20
}
19
21
20
22
apply plugin : ' samples'
21
- apply plugin : ' sonar-runner '
23
+ apply plugin : ' org.sonarqube '
22
24
23
- sonarRunner {
24
- sonarProperties {
25
+ sonarqube {
26
+ properties {
25
27
property ' sonar.branch' , ' 1.0.x'
26
28
property ' sonar.jacoco.reportPath' , " ${ buildDir.name} /jacoco.exec"
27
29
property ' sonar.java.coveragePlugin' , ' jacoco'
You can’t perform that action at this time.
0 commit comments