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 fb69da4 commit 8e552e3Copy full SHA for 8e552e3
.github/workflows/maven.yml
@@ -30,16 +30,11 @@ jobs:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Set up JDK 23
33
- # TODO: Switch back to actions/setup-java@v4 once they support JDK 23 for temurin
34
- #uses: actions/setup-java@v4 # https://github.com/actions/setup-java
35
- #with:
36
- # java-version: '23'
37
- # distribution: 'temurin'
38
- # cache: maven
39
- uses: oracle-actions/setup-java@v1 # https://github.com/oracle-actions/setup-java
+ uses: actions/setup-java@v4 # https://github.com/actions/setup-java
40
with:
41
- website: jdk.java.net
42
- release: 23
+ java-version: '23'
+ distribution: 'temurin'
+ cache: maven
43
44
- name: Print Java version
45
run: java -version
0 commit comments