Skip to content

Commit

Permalink
Update used repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Aug 21, 2024
1 parent c94d039 commit 36142e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ buildscript {
repositories {
gradlePluginPortal()

maven { url = "https://maven.minecraftforge.net/" }
maven { url = "https://repo.spongepowered.org/repository/maven-public/" }
maven { url = "https://jitpack.io/" }
maven { url = "https://files.minecraftforge.net/maven" }
}

dependencies {
Expand Down Expand Up @@ -35,6 +34,9 @@ allprojects {

// Repositories for the ViaVersion dependencies defined below
repositories {
maven {
url = "https://maven.minecraftforge.net/"
}
maven {
url = "https://repo.spongepowered.org/repository/maven-public"
}
Expand Down

0 comments on commit 36142e8

Please sign in to comment.