aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle10
1 files changed, 9 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 4f8d00d..8fa80f6 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,7 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
- maven { url = "https://repo.woverflow.cc" }
+ maven { url = "https://repo.polyfrost.cc/releases" }
+ maven { url = "https://maven.architectury.dev"}
+ }
+ resolutionStrategy {
+ eachPlugin {
+ if (requested.id.id == "io.github.juuxel.loom-quiltflower-mini") {
+ useModule("com.github.wyvest:loom-quiltflower-mini:${requested.version}")
+ }
+ }
}
}