This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new 27d80186c Website deployed from
calcite@ae6bfa20f9a981465d4a098da3384b14fedccacf
27d80186c is described below
commit 27d80186c4cd404d2a79a7b0b4a63d5657cae9ce
Author: F21 <[email protected]>
AuthorDate: Sat Nov 11 08:17:00 2023 +0000
Website deployed from calcite@ae6bfa20f9a981465d4a098da3384b14fedccacf
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index ff0aa4c3f..e945e7627 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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: