Skip to content

Commit

Permalink
修改支持测试案例时unnamed module 报错
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjiaju committed Jun 18, 2024
1 parent e8a86c6 commit 5844e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easyexcel-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
<includes>
<include>/com/alibaba/easyexcel/test/core/**/*.java</include>
</includes>
Expand Down

0 comments on commit 5844e5f

Please sign in to comment.