Skip to content

Commit

Permalink
fix: Change PaperMC repository endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MemencioPerez committed Jan 1, 2025
1 parent dd102bf commit 08d301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
val packetEventsVersion = libs.versions.packetevents.get()

repositories {
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.william278.net/velocity/")
maven("https://repo.codemc.io/repository/maven-releases/")
}
Expand Down

0 comments on commit 08d301a

Please sign in to comment.