Skip to content

Commit 416ea8d

Browse files
committed
Switch repository order to fix dependency resolution
1 parent 9b3ce48 commit 416ea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/bluemap.base.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ repositories {
2727

2828
mavenCentral()
2929
maven ("https://libraries.minecraft.net")
30+
maven ( "https://maven.minecraftforge.net" )
3031
maven ("https://repo.papermc.io/repository/maven-public")
3132
maven ( "https://maven.fabricmc.net" )
3233
maven ( "https://maven.neoforged.net/releases" )
33-
maven ( "https://maven.minecraftforge.net" )
3434
}
3535

3636
tasks.withType(JavaCompile::class).configureEach {

0 commit comments

Comments
 (0)