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 fb5088e commit c24cf34Copy full SHA for c24cf34
build.gradle.kts
@@ -143,6 +143,11 @@ java {
143
}
144
145
146
+components.getByName<AdhocComponentWithVariants>("java").apply {
147
+ withVariantsFromConfiguration(configurations["testFixturesApiElements"]) { skip() }
148
+ withVariantsFromConfiguration(configurations["testFixturesRuntimeElements"]) { skip() }
149
+}
150
+
151
tasks.withType<DokkaTask>().configureEach {
152
dokkaSourceSets.all {
153
sourceLink {
0 commit comments