blob: 9b03675facfbadbd339225bb1be311e6b06574d9 (
plain)
1
2
3
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'
|