Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Jul 13, 2021
1 parent 51bb046 commit 9b314dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ cache:

install: /bin/true

jdk: oraclejdk8
jdk: openjdk11

script:
- export JAVA8_HOME=$JAVA_HOME
# - jdk_switcher use openjdk11
- export JAVA_HOME=$HOME/openjdk11
- $TRAVIS_BUILD_DIR/install-jdk.sh --feature 11 --target $JAVA_HOME
- mvn package --global-toolchains ./travis-toolchains.xml -Dmaven.javadoc.skip=true -V -B
Expand Down

0 comments on commit 9b314dc

Please sign in to comment.