Skip to content

Commit

Permalink
Move nexus.anvilpowered.org to repo.anvilpowered.org
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Feb 24, 2024
1 parent 9dfa46a commit 1edd6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven("https://nexus.anvilpowered.org/repository/maven-public/")
maven("https://repo.anvilpowered.org/repository/maven-public/")
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots/")
maven("https://libraries.minecraft.net")
Expand Down

0 comments on commit 1edd6bc

Please sign in to comment.