Skip to content

Commit 702b41f

Browse files
committed
[pom] Move java 17+ item into normal properties as java 17 required to build
1 parent e09d1ee commit 702b41f

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171

7272
<!-- Reproducible Builds -->
7373
<project.build.outputTimestamp>1670548785</project.build.outputTimestamp>
74+
75+
<argLine>--add-opens java.base/java.util=ALL-UNNAMED</argLine>
7476
</properties>
7577

7678
<dependencies>
@@ -123,16 +125,4 @@
123125
</plugins>
124126
</build>
125127

126-
<profiles>
127-
<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-
138128
</project>

0 commit comments

Comments
 (0)