aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorWyvest <wyvestbusiness@gmail.com>2023-11-22 08:18:19 +0900
committerWyvest <wyvestbusiness@gmail.com>2023-11-22 08:18:19 +0900
commit8b373f577d9c6dde26357ef3fc86691f1efef9b4 (patch)
treea5328e995d8f4df21a9fe94ac8e384be08833c70 /settings.gradle
parent64230799777473246b5f98efbc596206c5bbf42d (diff)
downloadChatting-8b373f577d9c6dde26357ef3fc86691f1efef9b4.tar.gz
Chatting-8b373f577d9c6dde26357ef3fc86691f1efef9b4.tar.bz2
Chatting-8b373f577d9c6dde26357ef3fc86691f1efef9b4.zip
update PGT and relocate to org.polyfrost
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle16
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