whyoleg / cryptography-kotlin

Kotlin Multiplatform cryptography / crypto library
https://whyoleg.github.io/cryptography-kotlin/
Apache License 2.0
344 stars 20 forks source link

Do not sign (and build) artifacts that aren't going to be published #48

Closed osipxd closed 1 month ago

osipxd commented 1 month ago

This commit removes dependency on all signing tasks from each publishing task. This should prevent Gradle from building and signing of all publications when we need to publish only one of them.