diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-06-28 22:44:02 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-06-28 22:44:02 +0300 |
commit | ae5bc4df15748155adddb1b654a7cac02ef6a07f (patch) | |
tree | a424103dfbb255c857e377dad75a95436a13b260 /settings.gradle | |
parent | 9d31be3729223ff6080b78db5828693d43c555df (diff) | |
download | architectury-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.gradle | 3 |
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" |