Skip to content

Commit

Permalink
Build on Java 8 so Javadoc output works
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 21, 2019
1 parent 7362cce commit aee5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
_JAVA_OPTIONS: "-Xmx3g"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2"
docker:
- image: circleci/openjdk:11.0.3-jdk-stretch
- image: circleci/openjdk:8-jdk
steps:
- checkout
- run:
Expand Down

0 comments on commit aee5a94

Please sign in to comment.