Commit 3a5cf4c 1 parent 1fdfc21 commit 3a5cf4c Copy full SHA for 3a5cf4c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
${{ matrix.os }}-maven-
48
48
49
49
- name : Build with maven
50
- run : mvn -B --errors --activate-profiles ci,jdk${{ matrix.java }}? --no-transfer-progress package -DskipTests
50
+ run : mvn -q -N wrapper:3.3.2:wrapper -DmavenVersion=3.9.8 && ./mvnw - B --errors --activate-profiles ci,jdk${{ matrix.java }}? --no-transfer-progress package -DskipTests
51
51
52
52
test :
53
53
needs : compile
74
74
75
75
- name : Build and test with maven
76
76
# Skip all static checks, they were already done in the compile jobs
77
- run : mvn -B --errors --activate-profiles ci,jdk${{ matrix.java }}? --no-transfer-progress package
77
+ run : mvn -q -N wrapper:3.3.2:wrapper -DmavenVersion=3.9.8 && ./mvnw - B --errors --activate-profiles ci,jdk${{ matrix.java }}? --no-transfer-progress package
78
78
79
79
- name : Archive test results and logs
80
80
# if: success() || failure() to also get the test results on successful runs.
You can’t perform that action at this time.
0 commit comments