Skip to content

Commit

Permalink
Build with Temurin 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jan 26, 2024
1 parent 9b90a7c commit daff9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2022, 2023 SWTChart project
# Copyright (c) 2022, 2024 SWTChart project
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -22,11 +22,11 @@ jobs:
steps:
- name: Checkout SWTChart
uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '11'
cache: 'maven'
- name: Build with Maven
uses: coactions/setup-xvfb@v1
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'temurin-jdk17-latest'
jdk 'temurin-jdk11-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit daff9c6

Please sign in to comment.