We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbf5c2 commit 8a8fa8fCopy full SHA for 8a8fa8f
build.gradle
@@ -23,7 +23,7 @@ plugins {
23
id 'maven-publish'
24
id "jacoco"
25
id "java"
26
- id "org.sonarqube" version "3.3"
+ id "org.sonarqube" version "3.5.0.2730"
27
}
28
29
settings.gradle
@@ -1,5 +1,9 @@
1
pluginManagement {
2
repositories {
3
+ google()
4
+ maven {
5
+ url "https://repo1.maven.org/maven2"
6
+ }
7
maven {
8
url "https://plugins.gradle.org/m2/"
9
0 commit comments