Avoid hardcoding projects to include
This commit is contained in:
parent
2c1e036857
commit
62ea11ef7b
|
|
@ -9,7 +9,9 @@ pluginManagement {
|
||||||
|
|
||||||
include("test_agent")
|
include("test_agent")
|
||||||
include("common")
|
include("common")
|
||||||
include("fabric")
|
|
||||||
include("forge")
|
getProperty("enabled_platforms").tokenize(',').each { it ->
|
||||||
|
include(it.trim())
|
||||||
|
}
|
||||||
|
|
||||||
rootProject.name = 'modernfix'
|
rootProject.name = 'modernfix'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user