Skip to content

Commit

Permalink
Fix paper maven repository URL (EssentialsX#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax authored and Starmism committed Jan 8, 2025
1 parent 269d8d1 commit 47dd720
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 @@ -6,7 +6,7 @@ dependencyResolutionManagement {
includeGroup("net.md_5")
}
}
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://jitpack.io") {
content { includeGroup("com.github.milkbowl") }
content { includeGroup("com.github.MinnDevelopment") }
Expand Down

0 comments on commit 47dd720

Please sign in to comment.