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 2b97dff commit 7047381Copy full SHA for 7047381
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-java@v4
16
with:
17
distribution: 'temurin'
18
- java-version: '24'
+ java-version: '21'
19
20
- name: Configure Maven settings
21
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
0 commit comments