We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f17cb commit e63fbf5Copy full SHA for e63fbf5
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up JDK 15
16
uses: actions/setup-java@v3
17
with:
18
- java-version: '15'
+ java-version: '21'
19
distribution: 'adopt'
20
cache: maven
21
- name: Build with Maven
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up JDK
24
25
26
27
28
29
0 commit comments