Skip to content

Commit a5ca0c6

Browse files
Update to Gradle 9.3.1 and switch to Java 17/21/25 in build matrix
See glencoesoftware/bioformats2raw#294
1 parent e6f9251 commit a5ca0c6

File tree

5 files changed

+32
-26
lines changed

5 files changed

+32
-26
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
java: [8, 11, 17, 21]
14+
java: [17, 21, 25]
1515
os: [ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
env:
@@ -38,7 +38,7 @@ jobs:
3838
path: build/distributions/*.zip
3939
retention-days: 30
4040
- name: Publish artifacts
41-
if: github.event_name != 'pull_request' && matrix.java == 11 && github.repository_owner == 'glencoesoftware'
41+
if: github.event_name != 'pull_request' && matrix.java == 17 && github.repository_owner == 'glencoesoftware'
4242
run: |
4343
./gradlew -PArtifactoryUserName=${ArtifactoryUserName} -PArtifactoryPassword=${ArtifactoryPassword} publish
4444
release:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Download artifacts from build
5151
uses: actions/download-artifact@v4
5252
with:
53-
name: raw2ometiff 8
53+
name: raw2ometiff 17
5454
- name: List artifacts
5555
run: ls -R
5656
- name: Create a GitHub release

gradle/wrapper/gradle-wrapper.jar

-17.7 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)