We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43239d commit f63fc4aCopy full SHA for f63fc4a
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-java@v4
17
with:
18
- java-version: '23'
+ java-version: '24'
19
distribution: 'temurin'
20
- name: Ensure to use tagged version
21
run: mvn versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/} # use shell parameter expansion to strip of 'refs/tags'
0 commit comments