We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23aa189 commit 3e7ee06Copy full SHA for 3e7ee06
Jenkinsfile
@@ -174,7 +174,7 @@ stage('Configure') {
174
new JdkBuildEnvironment(version: '17', testCompilerTool: 'OpenJDK 17 Latest',
175
condition: TestCondition.AFTER_MERGE),
176
new JdkBuildEnvironment(version: '21', testCompilerTool: 'OpenJDK 21 Latest',
177
- condition: TestCondition.AFTER_MERGE),
+ condition: TestCondition.BEFORE_MERGE),
178
// We want to enable preview features when testing newer builds of OpenJDK:
179
// even if we don't use these features, just enabling them can cause side effects
180
// and it's useful to test that.
0 commit comments