We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdf39c commit 0ed173eCopy full SHA for 0ed173e
pom.xml
@@ -83,6 +83,8 @@
83
84
<!-- Reproducible Builds -->
85
<project.build.outputTimestamp>1669305733</project.build.outputTimestamp>
86
+
87
+ <argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
88
</properties>
89
90
<dependencies>
@@ -140,7 +142,6 @@
140
142
<systemPropertyVariables>
141
143
<mybatis.version>${mybatis.version}</mybatis.version>
144
</systemPropertyVariables>
- <argLine>${argLine} --add-opens java.base/java.lang=ALL-UNNAMED</argLine>
145
</configuration>
146
</plugin>
147
</plugins>
0 commit comments