Skip to content

Commit

Permalink
Update maven stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Jun 16, 2024
1 parent 0213ac8 commit 2a4faea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ allprojects {
group = rootProject.maven_group

repositories {
// maven { url "https://maven.wuffs.wtf/releases"}
maven { url "https://maven.neomc.dev/releases"}
maven { url "https://maven.wuffs.dev/repository/Minecraft/"}
maven { url "https://maven.neoforged.net/releases"}
}

tasks.withType(JavaCompile) {
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { url "https://maven.wuffs.dev/releases" }
maven { url "https://maven.neomc.dev/releases" }
maven { url "https://maven.wuffs.dev/repository/Minecraft/" }
maven { url "https://maven.neoforged.net/releases" }
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
Expand Down

0 comments on commit 2a4faea

Please sign in to comment.