Skip to content

Commit d0afcc2

Browse files
added sonarque quality check
1 parent 8e5cb2b commit d0afcc2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugins {
2+
id "org.sonarqube" version "2.7"
3+
}
4+
15
apply plugin: 'java'
26
apply plugin: 'maven'
37
apply plugin: 'jacoco'
@@ -13,10 +17,7 @@ tasks.withType(JavaCompile) {
1317
options.encoding = 'UTF-8'
1418
}
1519

16-
17-
1820
repositories {
19-
2021
maven { url "http://repo.maven.apache.org/maven2" }
2122
}
2223
dependencies {

0 commit comments

Comments
 (0)