File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,6 @@ stage('Configure') {
124
124
// We want to enable preview features when testing newer builds of OpenJDK:
125
125
// even if we don't use these features, just enabling them can cause side effects
126
126
// and it's useful to test that.
127
- new JdkBuildEnvironment (testJavaVersion : ' 19' , testCompilerTool : ' OpenJDK 19 Latest' ,
128
- testLauncherArgs : ' --enable-preview' ,
129
- condition : TestCondition . AFTER_MERGE ),
130
127
new JdkBuildEnvironment (testJavaVersion : ' 20' , testCompilerTool : ' OpenJDK 20 Latest' ,
131
128
testLauncherArgs : ' --enable-preview' ,
132
129
condition : TestCondition . AFTER_MERGE ),
Original file line number Diff line number Diff line change 1451
1451
</pluginManagement >
1452
1452
</build >
1453
1453
</profile >
1454
- <profile >
1455
- <id >testWithJdk18</id >
1456
- <activation >
1457
- <property >
1458
- <name >java-version.test.release</name >
1459
- <value >18</value >
1460
- </property >
1461
- </activation >
1462
- <properties >
1463
- <!-- ForbiddenAPIs doesn't work with JDK18+ yet -->
1464
- <forbiddenapis .skip>true</forbiddenapis .skip>
1465
- </properties >
1466
- </profile >
1467
- <profile >
1468
- <id >testWithJdk19</id >
1469
- <activation >
1470
- <property >
1471
- <name >java-version.test.release</name >
1472
- <value >19</value >
1473
- </property >
1474
- </activation >
1475
- <properties >
1476
- <!-- ForbiddenAPIs doesn't work with JDK19+ yet -->
1477
- <forbiddenapis .skip>true</forbiddenapis .skip>
1478
- </properties >
1479
- </profile >
1480
1454
<profile >
1481
1455
<id >testWithJdk20</id >
1482
1456
<activation >
You can’t perform that action at this time.
0 commit comments