Skip to content

Commit

Permalink
Fix paper maven repository URL (#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax authored Jan 1, 2025
1 parent 5515f9f commit 8e53214
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 8e53214

Please sign in to comment.