Skip to content

Commit

Permalink
Update publish maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Nov 25, 2024
1 parent 0e72ec8 commit d3f2b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://repo.legacyfabric.net/repository/legacyfabric"
url "https://maven.legacyfabric.net"
credentials {
username ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[0]
password ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[1]
Expand Down
2 changes: 1 addition & 1 deletion test-mod/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}
maven {
name = "legacy-fabric"
url = "https://repo.legacyfabric.net/repository/legacyfabric/"
url = "https://maven.legacyfabric.net/"
}
gradlePluginPortal()
}
Expand Down

0 comments on commit d3f2b12

Please sign in to comment.