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 e09d1ee commit 702b41fCopy full SHA for 702b41f
pom.xml
@@ -71,6 +71,8 @@
71
72
<!-- Reproducible Builds -->
73
<project.build.outputTimestamp>1670548785</project.build.outputTimestamp>
74
+
75
+ <argLine>--add-opens java.base/java.util=ALL-UNNAMED</argLine>
76
</properties>
77
78
<dependencies>
@@ -123,16 +125,4 @@
123
125
</plugins>
124
126
</build>
127
- <profiles>
- <profile>
128
- <id>jdk17on</id>
129
- <activation>
130
- <jdk>[17,)</jdk>
131
- </activation>
132
- <properties>
133
- <argLine>--add-opens java.base/java.util=ALL-UNNAMED</argLine>
134
- </properties>
135
- </profile>
136
- </profiles>
137
-
138
</project>
0 commit comments