Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 7a286b5

Browse files
author
Florian Lautenschlager
committed
Sonarqube migration.
1 parent fcf1d1f commit 7a286b5

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

build.gradle

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@
1414
* limitations under the License.
1515
*/
1616

17+
buildscript {
18+
repositories {
19+
jcenter()
20+
mavenCentral()
21+
maven {
22+
url "https://plugins.gradle.org/m2/"
23+
}
24+
}
25+
dependencies {
26+
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.1'
27+
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
28+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
29+
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
30+
}
31+
}
32+
33+
plugins {
34+
id "org.sonarqube" version "1.2"
35+
}
1736

1837
apply plugin: 'org.sonarqube'
1938

@@ -40,23 +59,6 @@ sonarqube {
4059
}
4160
}
4261

43-
buildscript {
44-
repositories {
45-
jcenter()
46-
mavenCentral()
47-
maven {
48-
url "https://plugins.gradle.org/m2/"
49-
}
50-
}
51-
dependencies {
52-
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.1'
53-
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
54-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
55-
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
56-
classpath 'org.sonarqube.gradle:gradle-sonarqube-plugin:1.0'
57-
}
58-
}
59-
6062
allprojects {
6163
version '0.1.1'
6264

0 commit comments

Comments
 (0)