Skip to content

Commit fd75384

Browse files
authored
Merge pull request #192 from kazuki43zoo/fix-build-error-on-jdk17
Add --add-opens java.base/java.lang=ALL-UNNAMED
2 parents 681d4e5 + 8de4c9f commit fd75384

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)