Update publishing CI workflow

This commit is contained in:
thunderbiscuit
2022-09-14 14:07:03 -04:00
parent db64f372f2
commit d603932e23
3 changed files with 20 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# Readme
The purpose of this directory is to host the Gradle plugin that add tasks for building the native binaries required by bdk-jvm, and building the language bindings files.
The purpose of this directory is to host the Gradle plugin that adds tasks for building the native binaries required by bdk-jvm, and building the language bindings files.
The plugin is applied to the `build.gradle.kts` file through the `plugins` block:
```kotlin