Skip to content

Commit 74298ad

Browse files
committed
Adjust repo order
Signed-off-by: applenick <applenick@users.noreply.github.com>
1 parent 27a3330 commit 74298ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildSrc/src/main/kotlin/buildlogic.java-conventions.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ java {
1111
}
1212

1313
repositories {
14-
mavenLocal()
1514
mavenCentral()
1615
maven("https://repo.pgm.fyi/snapshots") // Sportpaper & other pgm-specific stuff
16+
maven("https://repo.papermc.io/repository/maven-public/") // PaperMC repo
1717
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") // Spigot repo
1818
maven("https://repo.aikar.co/content/groups/aikar/") // aikar repo
19+
mavenLocal() // Local last
1920
}
2021

2122
dependencies {

0 commit comments

Comments
 (0)