aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-03-02 00:11:08 +0100
committer zaaarf <zaaarf@proton.me>2023-03-02 00:11:08 +0100
commit5cb00414696184fb1ef4febbad7b255bb3174449 (patch)
treec45caae672f95d36c8fe4f92944fec2fb7a4d9c7 /settings.gradle
parent9b92d8fb7ff17e9b5b68224494de049034406963 (diff)
chore: cleanup, created libs.version.toml
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..f9cbe60
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,8 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ maven { url = 'https://maven.minecraftforge.net' }
+ }
+}
+
+enableFeaturePreview 'VERSION_CATALOGS' \ No newline at end of file