fix: use jdk 17 for all publishing tasks

This commit is contained in:
thunderbiscuit
2024-03-28 14:32:53 -04:00
parent 15ac8c8ffb
commit 5e41275f29
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# bdk-jvm
This project builds a .jar package for the JVM platform that provide Kotlin language bindings for the [`bdk`] library. The Kotlin language bindings are created by the `bdk-ffi` project which is included in the root of this repository.
This project builds a .jar package for the JVM platform that provides Kotlin language bindings for the [`bdk`] library. The Kotlin language bindings are created by the `bdk-ffi` project which is included in the root of this repository.
## How to Use
To use the Kotlin language bindings for [`bdk`] in your JVM project add the following to your gradle dependencies: