toxicity-io / sqlite-mc

An SQLDelight driver that uses SQLite3MultipleCiphers for database encryption.
Apache License 2.0
13 stars 0 forks source link

`gradle-plugin` build fails when expressing `-PKMP_TARGETS` #53

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

When running ./gradlew build -PKMP_TARGETS="JVM", the :gradle-plugin module fails to build b/c the publication tasks are not present.

This also effects the test gradle files, which should utilize kmp-configuration gradle plugin as well.