Merge 1.20.4 into 1.20.5
This commit is contained in:
commit
826e5a4c20
|
|
@ -23,9 +23,11 @@ def current_platforms = getProperty("enabled_platforms").tokenize(',')
|
|||
current_platforms.each { it ->
|
||||
def platform_name = it.trim()
|
||||
include(platform_name)
|
||||
def testmodFolder = new File(platform_name + "/" + "testmod")
|
||||
if(testmodFolder.isDirectory()) {
|
||||
include(platform_name + ":testmod")
|
||||
if(hasProperty("modernfix.testmod.enable")) {
|
||||
def testmodFolder = new File(platform_name + "/" + "testmod")
|
||||
if (testmodFolder.isDirectory()) {
|
||||
include(platform_name + ":testmod")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user