Skip to content

Commit

Permalink
Fix openjdk11 build on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Feb 25, 2023
1 parent ee903ba commit 9a24627
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
- jdk: openjdk11

- os: osx
osx_image: xcode13.2
osx_image: xcode13.2 # defaults to openjdk17

- jdk: openjdk11
os: osx
- os: osx
osx_image: xcode9.4
script:
- jdk_switcher use openjdk11
- "./gradlew check --stacktrace"

# - stage: Quality Check
# name: sonarqube
Expand Down

0 comments on commit 9a24627

Please sign in to comment.