We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0f17cb + 46c11d8 commit d8c1280Copy full SHA for d8c1280
.github/workflows/maven.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v3
15
- - name: Set up JDK 15
+ - name: Set up JDK
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