This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new ae6bfa20f9 [CALCITE-6103] Use eclipse-temurin image to build and 
publish javadocs for the website
ae6bfa20f9 is described below

commit ae6bfa20f9a981465d4a098da3384b14fedccacf
Author: Francis Chuang <[email protected]>
AuthorDate: Sat Nov 11 18:56:04 2023 +1100

    [CALCITE-6103] Use eclipse-temurin image to build and publish javadocs for 
the website
---
 site/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docker-compose.yml b/site/docker-compose.yml
index ff0aa4c3fd..e945e7627a 100644
--- a/site/docker-compose.yml
+++ b/site/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:

Reply via email to