Remove testmod genSources task

This commit is contained in:
Fury_Phoenix 2023-12-25 14:50:43 -08:00
parent 97ba361867
commit fd8ae5740e
No known key found for this signature in database
GPG Key ID: 0595F98084987DB8

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