Skip to content

Commit

Permalink
Removes profile for jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Apr 6, 2024
1 parent 8be68bb commit d4e328e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,21 +99,6 @@
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
<id>jdk17on</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<properties>
<argLine>
--add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens
java.base/java.util=ALL-UNNAMED
</argLine>
</properties>
</profile>
</profiles>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit d4e328e

Please sign in to comment.