Skip to content

Commit aaeed81

Browse files
committed
HV-1969 Remove obsolete Maven profile testWithJdk20
1 parent 8071fee commit aaeed81

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,19 +1446,6 @@
14461446
</pluginManagement>
14471447
</build>
14481448
</profile>
1449-
<profile>
1450-
<id>testWithJdk20</id>
1451-
<activation>
1452-
<property>
1453-
<name>java-version.test.release</name>
1454-
<value>20</value>
1455-
</property>
1456-
</activation>
1457-
<properties>
1458-
<!-- ForbiddenAPIs doesn't work with JDK20+ yet -->
1459-
<forbiddenapis.skip>true</forbiddenapis.skip>
1460-
</properties>
1461-
</profile>
14621449
<profile>
14631450
<id>testWithJdk21</id>
14641451
<activation>

0 commit comments

Comments
 (0)