We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e53a8b commit 4f49ba3Copy full SHA for 4f49ba3
fabric/testmod/build.gradle
@@ -40,3 +40,5 @@ processResources {
40
}
41
42
43
+// Make genSources do nothing in this project
44
+project.gradle.startParameter.excludedTaskNames.add("genSources")
settings.gradle
@@ -19,8 +19,6 @@ include("annotations")
19
include("test_agent")
20
include("common")
21
22
-startParameter.excludedTaskNames.add(':fabric:testmod:genSources')
23
-
24
def current_platforms = getProperty("enabled_platforms").tokenize(',')
25
current_platforms.each { it ->
26
def platform_name = it.trim()
0 commit comments