Skip to content

Commit

Permalink
build.gradle: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BluCobalt authored Dec 3, 2024
1 parent acdcbac commit 057e827
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 @@ -88,7 +88,7 @@ publishing {
repositories {
if (ENV.MAVEN_PUBLISH_CREDENTIALS) {
maven {
url "https://maven.legacyfabric.net"
url "https://repo.legacyfabric.net/legacyfabric/"
credentials {
username ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[0]
password ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[1]
Expand Down

0 comments on commit 057e827

Please sign in to comment.