Skip to content

Commit

Permalink
change meta to use correct maven redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
BluCobalt committed Nov 8, 2024
1 parent dda7a0b commit 074c130
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 @@ -9,7 +9,7 @@ plugins {
id "com.github.gmazzo.buildconfig" version "5.2.0"
}

def legacyVersion = "1.7.7"
def legacyVersion = "1.7.8"
group 'net.legacyfabric'
version '1.5.3'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class LegacyReference {
*
* <p>This shouldn't be directly accessed by this meta server instance!
*/
public static final String LEGACY_FABRIC_MAVEN_URL = "https://repo.legacyfabric.net/repository/legacyfabric/";
public static final String LEGACY_FABRIC_MAVEN_URL = "https://maven.legacyfabric.net/";

/**
* Legacy Fabric maven url to access from this meta server instance.
Expand Down

0 comments on commit 074c130

Please sign in to comment.