Skip to content

Commit 8a8fa8f

Browse files
committed
Try try again
1 parent 3dbf5c2 commit 8a8fa8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id 'maven-publish'
2424
id "jacoco"
2525
id "java"
26-
id "org.sonarqube" version "3.3"
26+
id "org.sonarqube" version "3.5.0.2730"
2727
}
2828

2929

settings.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
pluginManagement {
22
repositories {
3+
google()
4+
maven {
5+
url "https://repo1.maven.org/maven2"
6+
}
37
maven {
48
url "https://plugins.gradle.org/m2/"
59
}

0 commit comments

Comments
 (0)