aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle10
1 files changed, 8 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle
index 885070a6..027e61ae 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,3 +1,9 @@
-rootProject.name = name
+pluginManagement {
+ repositories {
+ maven { url "https://maven.architectury.dev" }
+ gradlePluginPortal()
+ }
+}
-include "bootstrap" \ No newline at end of file
+rootProject.name = "architectury-loom"
+include "bootstrap"