We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd82ea2 commit 9506f02Copy full SHA for 9506f02
build.gradle.kts
@@ -58,7 +58,7 @@ publishing {
58
url = uri("https://repo.clojars.org")
59
credentials {
60
username = System.getenv("CLOJARS_USER")
61
- password = System.getenv("CLOJARS_PASSWORD")
+ password = System.getenv("CLOJARS_TOKEN")
62
}
63
64
0 commit comments