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 75477c9 commit 0947e59Copy full SHA for 0947e59
gradle.properties
@@ -6,4 +6,4 @@ projectUrl=https://github.com/Trendyol/kediatR
6
licenceUrl=https://github.com/Trendyol/kediatR/blob/master/LICENCE
7
licence=MIT Licence
8
org.gradle.jvmargs=-XX:+UseParallelGC
9
-version=3.1.0
+version=3.1.1
projects/kediatr-core/build.gradle.kts
@@ -16,3 +16,7 @@ dependencies {
16
kotlin {
17
jvmToolchain(11)
18
}
19
+
20
+val javaComponent = components["java"] as AdhocComponentWithVariants
21
+javaComponent.withVariantsFromConfiguration(configurations["testFixturesApiElements"]) { skip() }
22
+javaComponent.withVariantsFromConfiguration(configurations["testFixturesRuntimeElements"]) { skip() }
0 commit comments