Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build by 21 #298

Merged
merged 2 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

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