Skip to content

Commit

Permalink
HSEARCH-3652 Use OpenJDK 8 instead of OracleJDK 8 in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Aug 5, 2019
1 parent b18df54 commit 908403a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -168,7 +168,7 @@ stage('Configure') {
jdk: [
// This should not include every JDK; in particular let's not care too much about EOL'd JDKs like version 9
// See http://www.oracle.com/technetwork/java/javase/eol-135779.html
new JdkBuildEnvironment(version: '8', tool: 'Oracle JDK 8', status: BuildEnvironmentStatus.USED_IN_DEFAULT_BUILD),
new JdkBuildEnvironment(version: '8', tool: 'OpenJDK 8 Latest', status: BuildEnvironmentStatus.USED_IN_DEFAULT_BUILD),
new JdkBuildEnvironment(version: '11', tool: 'OpenJDK 11 Latest', status: BuildEnvironmentStatus.SUPPORTED),
new JdkBuildEnvironment(version: '12', tool: 'OpenJDK 12 Latest', status: BuildEnvironmentStatus.SUPPORTED),
new JdkBuildEnvironment(version: '13', tool: 'OpenJDK 13 Latest', status: BuildEnvironmentStatus.EXPERIMENTAL,
Expand Down

0 comments on commit 908403a

Please sign in to comment.