Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
revert javadoc to openjdk10 for unknown failure in ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Librazy committed Oct 20, 2018
1 parent c5483d2 commit b4ff49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- stage: javadoc
language: java
jdk: oraclejdk11
jdk: openjdk10
script:
- export MAJOR_VERSION=`sed -n 's/^ext\.majorVersion = \(.*\)$/\1/p' build.gradle`
- export MINOR_VERSION=`sed -n 's/^ext\.minorVersion = \(.*\)$/\1/p' build.gradle`
Expand Down

0 comments on commit b4ff49f

Please sign in to comment.