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 7304566 commit 7e439aeCopy full SHA for 7e439ae
build.gradle.kts
@@ -41,8 +41,8 @@ publishing {
41
}
42
43
credentials {
44
- username = System.getenv("ETERNAL_CODE_MAVEN_USERNAME")
45
- password = System.getenv("ETERNAL_CODE_MAVEN_PASSWORD")
+ username = System.getenv("ETERNALCODE_REPO_USERNAME")
+ password = System.getenv("ETERNALCODE_REPO_PASSWORD")
46
47
48
0 commit comments