Skip to content

Commit

Permalink
add artifactory auth
Browse files Browse the repository at this point in the history
00kfulton00 authored Mar 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e037c0d commit 46490a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@ buildscript {
repositories {
maven {
url "https://artifactory.exclamationlabs.com/artifactory/libs-release-local"
credentials {
username = System.getenv('ARTIFACTORY_GRADLE_USER')
password = System.getenv('ARTIFACTORY_GRADLE_PASS')
}
}
}
dependencies {
@@ -25,6 +29,10 @@ repositories {

maven {
url "https://artifactory.exclamationlabs.com/artifactory/libs-release-local"
credentials {
username = System.getenv('ARTIFACTORY_GRADLE_USER')
password = System.getenv('ARTIFACTORY_GRADLE_PASS')
}
}

maven {

0 comments on commit 46490a0

Please sign in to comment.