Remove testmod genSources task (#333)

This commit is contained in:
Fury_Phoenix 2023-12-26 07:13:46 -08:00 committed by GitHub
parent 97ba361867
commit 8aa04e13a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ pluginManagement {
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()