Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit a6e9682

Browse files
committed
修改运行脚本
1 parent 535a106 commit a6e9682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ./mvnw test -B -Dmaven.test.skip=false
5151
- name: Test with Maven
5252
if: ${{ matrix.java != '8' }}
53-
run: ./mvnw test -B -Dmaven.test.skip=false --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED
53+
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"
5454
- name: Maven Build
5555
run: ./mvnw install -B -V
5656
- name: Java Doc

0 commit comments

Comments
 (0)