Some general fixes
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ project(":api").projectDir = file('coreSubProjects/api')
|
||||
include("common")
|
||||
// Enables or disables the subprojects depending on whats in the versionProperties/mcVer.properties
|
||||
for (loader in ((String) gradle.builds_for).split(",")) {
|
||||
include(loader)
|
||||
include(loader.strip()) // Strip it in case a space is added before or after the comma
|
||||
}
|
||||
//if (gradle.builds_for.contains("fabric") || gradle.builds_for.contains("quilt"))
|
||||
// include("fabricLike")
|
||||
|
||||
Reference in New Issue
Block a user