Skip to content

Commit

Permalink
fix: use jdk 17 for all publishing tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 5, 2024
1 parent 15ac8c8 commit 5e41275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17

- name: "Set default Rust version to 1.73.0"
run: rustup default 1.73.0
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17

- name: "Set default Rust version to 1.73.0"
run: rustup default 1.73.0
Expand Down
2 changes: 1 addition & 1 deletion bdk-jvm/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5e41275

Please sign in to comment.