Skip to content

Commit 58a2e3a

Browse files
authored
Update build.gradle
1 parent bcfe96c commit 58a2e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ publishing {
2323
name = "GitHubPackages"
2424
url = uri("https://maven.pkg.github.com/Mod-Sauce/otyacraftEngineRenewed")
2525
credentials {
26-
username = "Mod-Sauce"
26+
username = 'Mod-Sauce'
2727
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
2828
}
2929
}

0 commit comments

Comments
 (0)