Skip to content

Commit 3447f4f

Browse files
committed
Update Maven repository URL of Paper
1 parent 093ded2 commit 3447f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/core-config.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks.getByName<Test>("test") {
1919

2020
repositories {
2121
mavenCentral()
22-
maven(url = "https://papermc.io/repo/repository/maven-public/")
22+
maven(url = "https://repo.papermc.io/repository/maven-public/")
2323
}
2424

2525
dependencies {

0 commit comments

Comments
 (0)