Skip to content

Commit

Permalink
Build a small JAR in addition that depends on the Class Path (iotaled…
Browse files Browse the repository at this point in the history
…ger#1424)

* Build a small JAR that depends on the Class Path

* Update .github/workflows/release-java-bindings.yml
  • Loading branch information
samuel-rufi authored Nov 30, 2022
1 parent 91bd733 commit ac23ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
working-directory: client/bindings/java/
run: |
chmod +x gradlew
./gradlew build
./gradlew build jarWithoutNativeLibs
- name: Build JAR for aarch64-apple-darwin target
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit ac23ed2

Please sign in to comment.