]> source.dussan.org Git - sonarqube.git/commitdiff
Quickfix to workaround JFrog issue
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>
Fri, 29 Jan 2021 08:32:14 +0000 (09:32 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 29 Jan 2021 20:07:55 +0000 (20:07 +0000)
build.gradle

index 4dffcea0a78c26aaf93d2816605a50ca800c5f36..5973858959b4e1e1b39fc0f8819bb1c140f061c1 100644 (file)
@@ -98,6 +98,11 @@ allprojects {
         repository = 'public'
       }
       url "https://repox.jfrog.io/repox/${repository}"
+      metadataSources {
+        mavenPom()
+        artifact()
+        ignoreGradleMetadataRedirection()
+      }
     }
   }