File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2021, 2022 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -29,17 +29,18 @@ jobs:
29
29
30
30
strategy :
31
31
matrix :
32
- java_version : [ 11, 17 ]
32
+ java_version : [ 11, 17, 21 ]
33
33
34
34
steps :
35
35
- name : Checkout for build
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
fetch-depth : 0
39
39
- name : Set up JDK
40
- uses : actions/setup-java@v3
40
+ uses : actions/setup-java@v4
41
41
with :
42
42
distribution : ' zulu'
43
43
java-version : ${{ matrix.java_version }}
44
+ cache : ' maven'
44
45
- name : Verify
45
46
run : mvn -B -V -U -C -Pstaging,oss-release,build-only clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true
You can’t perform that action at this time.
0 commit comments