diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-01 08:42:43 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-01 08:42:43 +0700 |
commit | 04363f543d136bd43f82d28ff569ae4522fba37a (patch) | |
tree | feb98ee80beb8c143310634c3e57f5e8b013d94a /settings.gradle | |
parent | b8aa42e5564714a4fbf611ccae42ed3b6905405c (diff) | |
download | Chatting-04363f543d136bd43f82d28ff569ae4522fba37a.tar.gz Chatting-04363f543d136bd43f82d28ff569ae4522fba37a.tar.bz2 Chatting-04363f543d136bd43f82d28ff569ae4522fba37a.zip |
make prefix property not required
add lowercase property
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 7 |
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 |