File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
strategy :
26
26
matrix :
27
27
os : [ubuntu-latest,windows-latest, macOS-latest]
28
- java : [8, 11, 16, 17-ea ]
28
+ java : [8, 11, 17 ]
29
29
jdk : [temurin]
30
30
fail-fast : false
31
31
36
36
uses : actions/checkout@v3
37
37
38
38
- name : Set up cache for ~./m2/repository
39
- uses : actions/cache@v3.0.2
39
+ uses : actions/cache@v3
40
40
with :
41
41
path : ~/.m2/repository
42
42
key : maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
@@ -45,10 +45,10 @@ jobs:
45
45
maven-${{ matrix.os }}-
46
46
47
47
- name : Set up JDK
48
- uses : actions/setup-java@v3.2.0
48
+ uses : actions/setup-java@v3
49
49
with :
50
50
java-version : ${{ matrix.java }}
51
51
distribution : ${{ matrix.jdk }}
52
52
53
53
- name : Build with Maven
54
- run : mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx
54
+ run : mvn install javadoc:javadoc -e -B -V
You can’t perform that action at this time.
0 commit comments