Apply excludedTaskNames in the testmod subproject rather than globally

This commit is contained in:
embeddedt 2023-12-28 12:31:00 -05:00
parent 7e53a8bc73
commit 4f49ba3f9b
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 2 additions and 2 deletions

View File

@ -40,3 +40,5 @@ processResources {
}
}
// Make genSources do nothing in this project
project.gradle.startParameter.excludedTaskNames.add("genSources")

View File

@ -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()