Skip to content

Commit 468bec8

Browse files
committed
Fix Gradle configuration
1 parent d3fcbc4 commit 468bec8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ tasks.shadowJar {
222222
}
223223

224224
val javaComponent = components["java"] as AdhocComponentWithVariants
225-
javaComponent.withVariantsFromConfiguration(configurations.shadowRuntimeElements.get()) {
226-
skip()
227-
}
228225

229226
/* ******************** publishing ******************** */
230227

0 commit comments

Comments
 (0)