Skip to content

Commit

Permalink
Merge pull request #141 from melissalinkert/jna-bump
Browse files Browse the repository at this point in the history
Update jna to 5.10.0 for arm64 support
  • Loading branch information
chris-allan authored May 6, 2022
2 parents 1959ddd + 4143ee3 commit ca1ddc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ jobs:
- name: Run commands
run: |
./gradlew ${{ env.gradle_commands }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: bioformats2raw
path: build/distributions/*.zip
retention-days: 30
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ configurations.all {
}

dependencies {
implementation 'net.java.dev.jna:jna:5.10.0'
implementation 'ome:formats-gpl:6.9.1'
implementation 'info.picocli:picocli:4.6.1'
implementation 'com.univocity:univocity-parsers:2.8.4'
Expand Down

0 comments on commit ca1ddc1

Please sign in to comment.