Skip to content

Commit 22ef5c0

Browse files
committed
Rerun gradleutils-shared build
1 parent 8cf5c18 commit 22ef5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradleutils-shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tasks.withType(Javadoc).configureEach {
7878
}
7979

8080
// 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
81+
// This forces Gradle to use the fat jar when consuming this as a runtime dependency
8282
(components.java as AdhocComponentWithVariants).withVariantsFromConfiguration(configurations.runtimeElements) {
8383
skip()
8484
}

0 commit comments

Comments
 (0)