We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e24b27 commit 8041ffdCopy full SHA for 8041ffd
.github/workflows/maven.yml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
16
- - name: Set up JDK 17
+ - name: Set up JDK 21
17
uses: actions/setup-java@v4
18
with:
19
- java-version: 17
+ java-version: 21
20
distribution: temurin
21
22
- name: Grant execute permission for gradlew
0 commit comments