File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 ArtifactoryUserName : ${{ secrets.JENKINS_USERNAME }}
2020 ArtifactoryPassword : ${{ secrets.JENKINS_PASSWORD }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up JDK ${{ matrix.java }}
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : ${{ matrix.java }}
2727 distribution : ' zulu'
3232 run : |
3333 ./gradlew ${{ env.gradle_commands }}
3434 - name : Upload artifacts
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v7
3636 with :
3737 name : raw2ometiff ${{ matrix.java }}
3838 path : build/distributions/*.zip
4646 needs : build
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050 - name : Download artifacts from build
51- uses : actions/download-artifact@v4
51+ uses : actions/download-artifact@v8
5252 with :
5353 name : raw2ometiff 17
5454 - name : List artifacts
Original file line number Diff line number Diff line change @@ -37,11 +37,9 @@ dependencies {
3737 implementation ' net.java.dev.jna:jna:5.10.0'
3838 implementation ' dev.zarr:zarr-java:0.1.0'
3939 implementation ' info.picocli:picocli:4.7.5'
40- implementation ' me.tongfei:progressbar:0.9.0'
4140 implementation ' ome:formats-bsd:8.5.0'
42- implementation ' com.glencoesoftware:bioformats2raw:0.12.0-rc2'
43- implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.16'
44- implementation group : ' ch.qos.logback' , name : ' logback-core' , version : ' 1.3.16'
41+ implementation ' com.glencoesoftware:bioformats2raw:0.12.0'
42+ implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.32'
4543
4644 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.0'
4745 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7.0'
You can’t perform that action at this time.
0 commit comments