Skip to content

Commit

Permalink
Higher priority for sonatype repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Oct 12, 2023
1 parent a0e44e6 commit 80509b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import org.gradle.configurationcache.extensions.capitalized

buildscript {
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots/")
maven("https://repo.spongepowered.org/repository/maven-public") {
name = "sponge"
}
maven("https://maven.architectury.dev/")
maven("https://oss.sonatype.org/content/repositories/snapshots/")
}
}

Expand Down

0 comments on commit 80509b8

Please sign in to comment.