Skip to content

Commit

Permalink
Fix Maven Task Again
Browse files Browse the repository at this point in the history
I swear I'm ok at this
  • Loading branch information
UnRealDinnerbone committed Jun 15, 2023
1 parent 916f512 commit b7b8eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/scripts/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publishing {
repositories {
if (ENV.NANITE_TOKEN) {
maven {
url "https://maven.nanite.dev/${SNAPSHOT ? "snapshots" : "releases"}"
url "https://maven.nanite.dev/releases"
credentials {
username = "nanite"
password = "${ENV.NANITE_TOKEN}"
Expand Down

0 comments on commit b7b8eff

Please sign in to comment.