Skip to content

Commit 2f124b1

Browse files
committed
fix paper repo
1 parent cd56d5d commit 2f124b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ dependencyResolutionManagement {
3333
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
3434
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
3535
maven("https://nexus.scarsz.me/content/groups/public/")
36+
maven {
37+
name = "papermc"
38+
url = uri("https://repo.papermc.io/repository/maven-public/")
39+
}
3640
maven("https://repo.dmulloy2.net/repository/public/")
3741
maven("https://repo.essentialsx.net/snapshots/")
3842
maven("https://repo.maven.apache.org/maven2/")

0 commit comments

Comments
 (0)