We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1959ddd + 4143ee3 commit ca1ddc1Copy full SHA for ca1ddc1
.github/workflows/build.yml
@@ -34,3 +34,9 @@ jobs:
34
- name: Run commands
35
run: |
36
./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
@@ -45,6 +45,7 @@ configurations.all {
45
}
46
47
dependencies {
48
+ implementation 'net.java.dev.jna:jna:5.10.0'
49
implementation 'ome:formats-gpl:6.9.1'
50
implementation 'info.picocli:picocli:4.6.1'
51
implementation 'com.univocity:univocity-parsers:2.8.4'
0 commit comments