From: Simon Brandhof Date: Wed, 28 Mar 2018 07:16:24 +0000 (+0200) Subject: Use repox for Gradle plugins X-Git-Tag: 7.5~1452 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c95c38d3a709a5da717833d1f013aa2be06086b;p=sonarqube.git Use repox for Gradle plugins --- 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 {