Skip to content

Commit

Permalink
build: update paper repository (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 authored Jan 10, 2025
1 parent d5f466a commit fc82dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/collector-zombies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "0.0.1-SNAPSHOT"

repositories {
mavenCentral()
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion platforms/bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

repositories {
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
}

dependencies {
Expand Down

0 comments on commit fc82dd3

Please sign in to comment.