aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-28 09:16:24 +0200
committerSonarTech <sonartech@sonarsource.com>2018-03-28 20:20:59 +0200
commit8c95c38d3a709a5da717833d1f013aa2be06086b (patch)
tree62aeb30fde4539eb821975294e7c02804b47f2d8 /build.gradle
parent636acf38752ef88fb3bee29186d0c8e19e43baf9 (diff)
downloadsonarqube-8c95c38d3a709a5da717833d1f013aa2be06086b.tar.gz
sonarqube-8c95c38d3a709a5da717833d1f013aa2be06086b.zip
Use repox for Gradle plugins
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5a461315da0..5d879535554 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
buildscript {
repositories {
maven {
- url 'https://plugins.gradle.org/m2/'
+ url 'https://repox.sonarsource.com/plugins.gradle.org/'
}
}
dependencies {