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 8cf5c18 commit 22ef5c0Copy full SHA for 22ef5c0
gradleutils-shared/build.gradle
@@ -78,7 +78,7 @@ tasks.withType(Javadoc).configureEach {
78
}
79
80
// Allows the thin jar to be published, but won't be considered as the java-runtime variant in the module
81
-// This forces Gradle to use the fat jar when applying the plugin
+// This forces Gradle to use the fat jar when consuming this as a runtime dependency
82
(components.java as AdhocComponentWithVariants).withVariantsFromConfiguration(configurations.runtimeElements) {
83
skip()
84
0 commit comments