We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b224780 commit 83d08e7Copy full SHA for 83d08e7
1 file changed
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up JDK 17
25
uses: actions/setup-java@v4
26
with:
27
- java-version: '17'
+ java-version: '21'
28
distribution: 'temurin'
29
cache: maven
30
- name: Build with Maven
0 commit comments