aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle7
1 files changed, 0 insertions, 7 deletions
diff --git a/settings.gradle b/settings.gradle
index 6b018a3..4f8d00d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -3,13 +3,6 @@ pluginManagement {
gradlePluginPortal()
maven { url = "https://repo.woverflow.cc" }
}
- resolutionStrategy {
- eachPlugin {
- if (requested.id.id == "cc.woverflow.loom") {
- useModule("cc.woverflow:architectury-loom:${requested.version}")
- }
- }
- }
}
rootProject.name = mod_name \ No newline at end of file