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 9f270c2 commit 6c5f93cCopy full SHA for 6c5f93c
.github/workflows/maven.yml
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
- - name: Set up JDK 11
+ - name: Set up JDK 17
23
uses: actions/setup-java@v4
24
with:
25
- java-version: '11'
+ java-version: '17'
26
distribution: 'temurin'
27
cache: maven
28
- name: Build with Maven
0 commit comments