Skip to content

Commit 8de4c9f

Browse files
committed
Add --add-opens java.base/java.lang=ALL-UNNAMED
1 parent 681d4e5 commit 8de4c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
<systemPropertyVariables>
138138
<mybatis.version>${mybatis.version}</mybatis.version>
139139
</systemPropertyVariables>
140+
<argLine>${argLine} --add-opens java.base/java.lang=ALL-UNNAMED</argLine>
140141
</configuration>
141142
</plugin>
142143
</plugins>

0 commit comments

Comments
 (0)