Skip to content

Commit

Permalink
Update repox credentials (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka committed Mar 27, 2024
1 parent db739a4 commit 529a7ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ allprojects {
mavenLocal()
val repository = if (project.hasProperty("qa")) "sonarsource-qa" else "sonarsource"
maven {
credentials {
username = System.getenv("ARTIFACTORY_PRIVATE_USERNAME")
password = System.getenv("ARTIFACTORY_PRIVATE_PASSWORD")
}
url = uri("https://repox.jfrog.io/repox/${repository}")
}
}
Expand Down

0 comments on commit 529a7ce

Please sign in to comment.