We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfe96c commit 58a2e3aCopy full SHA for 58a2e3a
common/build.gradle
@@ -23,7 +23,7 @@ publishing {
23
name = "GitHubPackages"
24
url = uri("https://maven.pkg.github.com/Mod-Sauce/otyacraftEngineRenewed")
25
credentials {
26
- username = "Mod-Sauce"
+ username = 'Mod-Sauce'
27
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
28
}
29
0 commit comments