aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>2021-01-29 09:32:14 +0100
committersonartech <sonartech@sonarsource.com>2021-01-29 20:07:55 +0000
commit09bd0ca18c132d56d98be34e9cc5c545e8787655 (patch)
tree2028af8ebe376f96e27cb43cecafa2c182ba733e /build.gradle
parent7202158aad852d4c44fb880228331afc40550edb (diff)
downloadsonarqube-09bd0ca18c132d56d98be34e9cc5c545e8787655.tar.gz
sonarqube-09bd0ca18c132d56d98be34e9cc5c545e8787655.zip
Quickfix to workaround JFrog issue
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 4dffcea0a78..5973858959b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -98,6 +98,11 @@ allprojects {
repository = 'public'
}
url "https://repox.jfrog.io/repox/${repository}"
+ metadataSources {
+ mavenPom()
+ artifact()
+ ignoreGradleMetadataRedirection()
+ }
}
}