[ci] Use jdk12 for building

This commit is contained in:
Andreas Dangel
2019-04-18 20:13:40 +02:00
parent b55676e4d0
commit c4fafeeb62

View File

@@ -46,7 +46,7 @@ before_install:
- rvm use 2.4.1
# Install OpenJDK 11 - see https://sormuras.github.io/blog/2018-03-20-jdk-matrix.html
install:
- . ./install-jdk.sh -F 11 -L GPL -W $HOME/jdk
- . ./install-jdk.sh -F 12 -L GPL -W $HOME/jdk
- gem install bundler
- bundle install --with=release_notes_preprocessing --path=vendor/bundle
before_script: true