diff options
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/settings.gradle b/settings.gradle deleted file mode 100644 index 8fa80f6..0000000 --- a/settings.gradle +++ /dev/null @@ -1,16 +0,0 @@ -pluginManagement { - repositories { - gradlePluginPortal() - 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}") - } - } - } -} - -rootProject.name = mod_name
\ No newline at end of file |