Skip to content

Commit ca1ddc1

Browse files
authored
Merge pull request #141 from melissalinkert/jna-bump
Update jna to 5.10.0 for arm64 support
2 parents 1959ddd + 4143ee3 commit ca1ddc1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ jobs:
3434
- name: Run commands
3535
run: |
3636
./gradlew ${{ env.gradle_commands }}
37+
- name: Upload artifacts
38+
uses: actions/upload-artifact@v2
39+
with:
40+
name: bioformats2raw
41+
path: build/distributions/*.zip
42+
retention-days: 30

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ configurations.all {
4545
}
4646

4747
dependencies {
48+
implementation 'net.java.dev.jna:jna:5.10.0'
4849
implementation 'ome:formats-gpl:6.9.1'
4950
implementation 'info.picocli:picocli:4.6.1'
5051
implementation 'com.univocity:univocity-parsers:2.8.4'

0 commit comments

Comments
 (0)