Skip to content

Commit 0ed173e

Browse files
committed
[pom] Cleanup add opens
1 parent 2bdf39c commit 0ed173e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383

8484
<!-- Reproducible Builds -->
8585
<project.build.outputTimestamp>1669305733</project.build.outputTimestamp>
86+
87+
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
8688
</properties>
8789

8890
<dependencies>
@@ -140,7 +142,6 @@
140142
<systemPropertyVariables>
141143
<mybatis.version>${mybatis.version}</mybatis.version>
142144
</systemPropertyVariables>
143-
<argLine>${argLine} --add-opens java.base/java.lang=ALL-UNNAMED</argLine>
144145
</configuration>
145146
</plugin>
146147
</plugins>

0 commit comments

Comments
 (0)