Skip to content

Commit

Permalink
build.gradle: fix publishing
Browse files Browse the repository at this point in the history
With curl, I found that the auth credentials don't persist through the redirect.
  • Loading branch information
BluCobalt authored Dec 3, 2024
1 parent 32429d4 commit e00a70c
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 @@ -106,7 +106,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 e00a70c

Please sign in to comment.