修改运行脚本
This commit is contained in:
parent
a6e968233c
commit
4e2496a12d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
run: ./mvnw test -B -Dmaven.test.skip=false
|
run: ./mvnw test -B -Dmaven.test.skip=false
|
||||||
- name: Test with Maven
|
- name: Test with Maven
|
||||||
if: ${{ matrix.java != '8' }}
|
if: ${{ matrix.java != '8' }}
|
||||||
run: ./mvnw test -B -Dmaven.test.skip=false -DargLine="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
|
run: ./mvnw test -B -Dmaven.test.skip=false -DargLine="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED"
|
||||||
- name: Maven Build
|
- name: Maven Build
|
||||||
run: ./mvnw install -B -V
|
run: ./mvnw install -B -V
|
||||||
- name: Java Doc
|
- name: Java Doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user