summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-20 19:29:50 +0500
committerilotterytea <iltsu@alright.party>2025-01-20 19:29:50 +0500
commit043834fa0adf502f61ba09fe312fa3e90b8a6bcc (patch)
tree6b140cc4fdb73c954d564b2baf6ff1086a4ada76 /settings.gradle
initial commit
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..9b03675
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,4 @@
+// A list of which subprojects to load as part of the same larger project.
+// You can remove Strings from the list and reload the Gradle project
+// if you want to temporarily disable a subproject.
+include 'lwjgl3', 'server', 'shared', 'html', 'core'