Added neoforged to the ci

This commit is contained in:
coolGi
2023-12-23 15:31:41 +10:30
parent c3bdc22e28
commit 091b115aad
3 changed files with 13 additions and 7 deletions
+3 -1
View File
@@ -88,7 +88,9 @@ 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.strip()) // Strip it in case a space is added before or after the comma
def l = loader.strip() // Strip it in case a space is added before or after the comma
println "Adding loader " + l
include(l)
}
//if (gradle.builds_for.contains("fabric") || gradle.builds_for.contains("quilt"))
// include("fabricLike")