Apply excludedTaskNames in the testmod subproject rather than globally
This commit is contained in:
parent
7e53a8bc73
commit
4f49ba3f9b
|
|
@ -40,3 +40,5 @@ processResources {
|
|||
}
|
||||
}
|
||||
|
||||
// Make genSources do nothing in this project
|
||||
project.gradle.startParameter.excludedTaskNames.add("genSources")
|
||||
|
|
@ -19,8 +19,6 @@ include("annotations")
|
|||
include("test_agent")
|
||||
include("common")
|
||||
|
||||
startParameter.excludedTaskNames.add(':fabric:testmod:genSources')
|
||||
|
||||
def current_platforms = getProperty("enabled_platforms").tokenize(',')
|
||||
current_platforms.each { it ->
|
||||
def platform_name = it.trim()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user