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 418aebf commit c747b70Copy full SHA for c747b70
build.gradle.kts
@@ -229,6 +229,10 @@ tasks.shadowJar {
229
minimize()
230
}
231
232
+val javaComponent = components["java"] as AdhocComponentWithVariants
233
+javaComponent.withVariantsFromConfiguration(configurations.shadowRuntimeElements.get()) {
234
+ skip()
235
+}
236
237
/* ******************** publishing ******************** */
238
0 commit comments