diff --git a/cryptohash/build.gradle.kts b/cryptohash/build.gradle.kts index 019d7c9..d51816e 100644 --- a/cryptohash/build.gradle.kts +++ b/cryptohash/build.gradle.kts @@ -139,7 +139,3 @@ tasks.withType().configureEach { "--add-opens=java.base/java.util.zip=ALL-UNNAMED", ) } - -tasks.withType() - .matching { it.publication.name in listOf("jvm", "js", "kotlinMultiplatform") } - .configureEach { onlyIf { hostOs == "Linux" } }