Skip to content

Commit

Permalink
Fix #4069
Browse files Browse the repository at this point in the history
  • Loading branch information
Greymagic27 committed Jan 8, 2025
1 parent dd1b60f commit 1800af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ if (ENV.BRANCH_NAME) {
}

repositories {
maven {
name "Mojang"
url 'https://libraries.minecraft.net/'
}
mavenCentral()
maven {
name "Fabric Repository"
url 'https://maven.fabricmc.net'
}
maven {
name "Mojang"
url 'https://libraries.minecraft.net/'
}
mavenLocal()
}

Expand Down

0 comments on commit 1800af3

Please sign in to comment.