Skip to content

Commit

Permalink
update manifest url to get rid of archive.org links
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Dec 18, 2024
1 parent fc2afb3 commit afbf71a
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 @@ -393,7 +393,7 @@ task downloadVersionsManifest {
outputs.file(manifestFile)
doLast {
logger.lifecycle(":downloading minecraft versions manifest")
FileUtils.copyURLToFile(new URL("https://skyrising.github.io/mc-versions/version_manifest.json"), manifestFile)
FileUtils.copyURLToFile(new URL("https://lunaar.xyz/mc-versions/version_manifest.json"), manifestFile)
}
}

Expand Down

0 comments on commit afbf71a

Please sign in to comment.