We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb750a commit 1733db6Copy full SHA for 1733db6
lib/build.gradle.kts
@@ -56,7 +56,7 @@ publishing {
56
repositories {
57
if (System.getenv().containsKey("NEXUS_REPOSITORY_URL")) {
58
maven(System.getenv("NEXUS_REPOSITORY_URL")) {
59
- credentials(PasswordCredentials::class) {
+ credentials {
60
username = System.getenv("NEXUS_USER")
61
password = System.getenv("NEXUS_PASSWORD")
62
}
0 commit comments