aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index fea46f8a788..8d4101493af 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,6 +2,13 @@ pluginManagement {
repositories {
maven {
url 'https://repox.jfrog.io/repox/plugins.gradle.org/'
+ authentication {
+ header(HttpHeaderAuthentication)
+ }
+ credentials(HttpHeaderCredentials) {
+ name = "Authorization"
+ value = "Bearer $System.env.ARTIFACTORY_PRIVATE_PASSWORD"
+ }
}
}
plugins {