Port multiloader build to Fabric and Forge 1.20.1
Build / build (push) Failing after 2h50m17s

This commit is contained in:
f1den
2026-07-05 18:36:57 +03:00
parent c11a278050
commit 8bc92b2341
25 changed files with 136 additions and 331 deletions
+6 -3
View File
@@ -11,6 +11,9 @@ pluginManagement {
rootProject.name = "skinsg"
include("common")
include("fabric")
include("forge")
include("neoforge")
def props = new Properties()
file("gradle.properties").withInputStream { props.load(it) }
props.getProperty("enabled_platforms", "fabric,forge").split(",").collect { it.trim() }.findAll { !it.isEmpty() }.each { platform ->
include(platform)
}