Merge branch 'main' of https://github.com/MonnaiRealms/Camellia
This commit is contained in:
+2
-2
@@ -90,8 +90,8 @@ subprojects {
|
||||
maven("https://repo.bacteriawa.com/repository/maven-releases/") {
|
||||
name = "Bacteriawa"
|
||||
credentials(PasswordCredentials::class) {
|
||||
username = System.getenv("PRIVATE_MAVEN_REPO_USERNAME")
|
||||
password = System.getenv("PRIVATE_MAVEN_REPO_PASSWORD")
|
||||
username = System.getenv("MAVEN_REPO_USERNAME")
|
||||
password = System.getenv("MAVEN_REPO_PASSWORD")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user