Skip to content

Commit 529a7ce

Browse files
authored
Update repox credentials (#417)
1 parent db739a4 commit 529a7ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ allprojects {
9595
mavenLocal()
9696
val repository = if (project.hasProperty("qa")) "sonarsource-qa" else "sonarsource"
9797
maven {
98+
credentials {
99+
username = System.getenv("ARTIFACTORY_PRIVATE_USERNAME")
100+
password = System.getenv("ARTIFACTORY_PRIVATE_PASSWORD")
101+
}
98102
url = uri("https://repox.jfrog.io/repox/${repository}")
99103
}
100104
}

0 commit comments

Comments
 (0)