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 3ae4a72 commit addec8dCopy full SHA for addec8d
.github/workflows/docs.yaml
@@ -23,10 +23,10 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
26
- - name: Set up JDK 23
+ - name: Set up JDK 24
27
uses: actions/setup-java@v4
28
with:
29
- java-version: '23'
+ java-version: '24'
30
distribution: 'temurin'
31
cache: maven
32
.github/workflows/maven.yml
@@ -21,10 +21,10 @@ jobs:
21
22
0 commit comments