We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc084d6 commit 518fbc8Copy full SHA for 518fbc8
1 file changed
.github/workflows/github_release.yml
@@ -8,6 +8,8 @@ jobs:
8
permissions:
9
contents: write
10
uses: qupath/actions/.github/workflows/github-release.yml@main
11
+ with:
12
+ java-version: "25" # This overrides the default '21' in the QuPath workflow
13
14
attach-shadow-jar:
15
needs: shadow-jar
0 commit comments