Skip to content

Commit

Permalink
HV-1969 Remove obsolete Maven profile testWithJdk20
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jan 9, 2024
1 parent 8071fee commit aaeed81
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,19 +1446,6 @@
</pluginManagement>
</build>
</profile>
<profile>
<id>testWithJdk20</id>
<activation>
<property>
<name>java-version.test.release</name>
<value>20</value>
</property>
</activation>
<properties>
<!-- ForbiddenAPIs doesn't work with JDK20+ yet -->
<forbiddenapis.skip>true</forbiddenapis.skip>
</properties>
</profile>
<profile>
<id>testWithJdk21</id>
<activation>
Expand Down

0 comments on commit aaeed81

Please sign in to comment.