We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5cb2b commit d0afcc2Copy full SHA for d0afcc2
build.gradle
@@ -1,3 +1,7 @@
1
+plugins {
2
+ id "org.sonarqube" version "2.7"
3
+}
4
+
5
apply plugin: 'java'
6
apply plugin: 'maven'
7
apply plugin: 'jacoco'
@@ -13,10 +17,7 @@ tasks.withType(JavaCompile) {
13
17
options.encoding = 'UTF-8'
14
18
}
15
19
16
-
20
repositories {
21
maven { url "http://repo.maven.apache.org/maven2" }
22
23
dependencies {
0 commit comments