Skip to content

Commit

Permalink
[CALCITE-6103] Use eclipse-temurin image to build and publish javadoc…
Browse files Browse the repository at this point in the history
…s for the website
  • Loading branch information
F21 committed Nov 11, 2023
1 parent 8234c37 commit ae6bfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
volumes:
- .:/srv/jekyll
generate-javadoc:
image: openjdk:17
image: eclipse-temurin:19
working_dir: /usr/src/calcite
command: sh -c "./gradlew javadocAggregate; rm -rf site/target/javadocAggregate; mkdir -p site/target; mv build/docs/javadocAggregate site/target"
volumes:
Expand Down

0 comments on commit ae6bfa2

Please sign in to comment.