We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a3330 commit 74298adCopy full SHA for 74298ad
buildSrc/src/main/kotlin/buildlogic.java-conventions.gradle.kts
@@ -11,11 +11,12 @@ java {
11
}
12
13
repositories {
14
- mavenLocal()
15
mavenCentral()
16
maven("https://repo.pgm.fyi/snapshots") // Sportpaper & other pgm-specific stuff
+ maven("https://repo.papermc.io/repository/maven-public/") // PaperMC repo
17
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") // Spigot repo
18
maven("https://repo.aikar.co/content/groups/aikar/") // aikar repo
19
+ mavenLocal() // Local last
20
21
22
dependencies {
0 commit comments