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 d09b80d commit eff4eaaCopy full SHA for eff4eaa
projects/kediatr-core/build.gradle.kts
@@ -21,3 +21,6 @@ kotlin {
21
val javaComponent = components["java"] as AdhocComponentWithVariants
22
javaComponent.withVariantsFromConfiguration(configurations["testFixturesApiElements"]) { skip() }
23
javaComponent.withVariantsFromConfiguration(configurations["testFixturesRuntimeElements"]) { skip() }
24
+afterEvaluate {
25
+ javaComponent.withVariantsFromConfiguration(configurations["testFixturesSourcesElements"]) { skip() }
26
+}
0 commit comments