Skip to content

Commit

Permalink
build by 21
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 18, 2024
1 parent 8e787dc commit 6c40045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions etc/jenkins/continuous.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved.
// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -26,7 +26,7 @@ pipeline {
agent any

tools {
jdk 'openjdk-jdk11-latest'
jdk 'openjdk-jdk21-latest'
maven 'apache-maven-latest'
}

Expand Down
4 changes: 2 additions & 2 deletions etc/jenkins/release.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved.
// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -24,7 +24,7 @@ pipeline {
agent any

tools {
jdk 'openjdk-jdk11-latest'
jdk 'openjdk-jdk21-latest'
maven 'apache-maven-latest'
}

Expand Down

0 comments on commit 6c40045

Please sign in to comment.