This commit is contained in:
+6
-3
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user