Skip to content

Commit

Permalink
Further simplify buildscript!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Oct 27, 2024
1 parent 279d9d1 commit 24ae449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ rootProject.name = "ennuis_bigger_inventories"

pluginManagement {
repositories {
maven(url = uri("https://maven.quiltmc.org/repository/release"))
maven(uri("https://maven.quiltmc.org/repository/release"))
// Currently needed for Intermediary and other temporary dependencies
maven(url = uri("https://maven.fabricmc.net/"))
maven(uri("https://maven.fabricmc.net/"))
gradlePluginPortal()
}
}

0 comments on commit 24ae449

Please sign in to comment.