Skip to content

Commit

Permalink
JSK 8+11 -> 9+14.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbence committed Nov 15, 2019
1 parent 921377a commit 9f339c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ _deploy: &_deploy
file_glob: true
file: build/*-dist.zip
on: &_deploy_on
jdk: oraclejdk8
jdk: oraclejdk9

language: java
install: true
Expand All @@ -27,11 +27,11 @@ cache:
jobs:
include:
- script: ./gradlew check --stacktrace
jdk: oraclejdk8
jdk: oraclejdk9
- script: ./gradlew check --stacktrace
jdk: oraclejdk11
jdk: oraclejdk14
- stage: GitHub Release
jdk: oraclejdk8
jdk: oraclejdk9
script:
- ./gradlew release
- export PROJECT_VERSION=$(./gradlew -q printVersion)
Expand Down

0 comments on commit 9f339c6

Please sign in to comment.