Avoid hardcoding projects to include

This commit is contained in:
embeddedt 2023-08-02 15:32:59 -04:00
parent 2c1e036857
commit 62ea11ef7b
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -9,7 +9,9 @@ pluginManagement {
include("test_agent")
include("common")
include("fabric")
include("forge")
getProperty("enabled_platforms").tokenize(',').each { it ->
include(it.trim())
}
rootProject.name = 'modernfix'