This repository was archived by the owner on May 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change 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
1837apply 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-
6062allprojects {
6163 version ' 0.1.1'
6264
You can’t perform that action at this time.
0 commit comments