aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-06-28 22:44:02 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2021-06-28 22:44:02 +0300
commitae5bc4df15748155adddb1b654a7cac02ef6a07f (patch)
treea424103dfbb255c857e377dad75a95436a13b260 /settings.gradle
parent9d31be3729223ff6080b78db5828693d43c555df (diff)
downloadarchitectury-loom-ae5bc4df15748155adddb1b654a7cac02ef6a07f.tar.gz
architectury-loom-ae5bc4df15748155adddb1b654a7cac02ef6a07f.tar.bz2
architectury-loom-ae5bc4df15748155adddb1b654a7cac02ef6a07f.zip
Separate Forge runtime into its own subproject
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 26763f4c..0b542936 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,2 +1,3 @@
rootProject.name = "architectury-loom"
-include "bootstrap" \ No newline at end of file
+include "bootstrap"
+include "forge-runtime"