Skip to content

Commit

Permalink
Updated maven URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunekaer committed Feb 2, 2023
1 parent e6ab6d9 commit 3f4e851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ publishing {
repositories {
if (ENV.NANITE_TOKEN) {
maven {
url "https://maven.nanite.dev/"
url "https://maven.nanite.dev/releases"
credentials {
username = "nanite"
password = "${ENV.NANITE_TOKEN}"
Expand Down

0 comments on commit 3f4e851

Please sign in to comment.