Skip to content

Commit

Permalink
Remove unnecessary publish exclusions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook authored Jun 6, 2024
1 parent 149ea29 commit c2f47c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cryptohash/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,3 @@ tasks.withType<Test>().configureEach {
"--add-opens=java.base/java.util.zip=ALL-UNNAMED",
)
}

tasks.withType<AbstractPublishToMaven>()
.matching { it.publication.name in listOf("jvm", "js", "kotlinMultiplatform") }
.configureEach { onlyIf { hostOs == "Linux" } }

0 comments on commit c2f47c6

Please sign in to comment.