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 46a9ed8 commit c0189c4Copy full SHA for c0189c4
Jenkinsfile
@@ -172,7 +172,7 @@ stage('Configure') {
172
// This should not include every JDK; in particular let's not care too much about EOL'd JDKs like version 9
173
// See http://www.oracle.com/technetwork/java/javase/eol-135779.html
174
new JdkBuildEnvironment(version: '17', testCompilerTool: 'OpenJDK 17 Latest',
175
- condition: TestCondition.AFTER_MERGE),
+ condition: TestCondition.BEFORE_MERGE),
176
new JdkBuildEnvironment(version: '21', testCompilerTool: 'OpenJDK 21 Latest',
177
condition: TestCondition.AFTER_MERGE),
178
// We want to enable preview features when testing newer builds of OpenJDK:
0 commit comments