You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2021/05/18 12:18:18 UTC

[calcite-avatica] branch master updated: Bump javadoc compilation gradle image to 6.8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 92c425a  Bump javadoc compilation gradle image to 6.8
92c425a is described below

commit 92c425a57ccc91f87300b00428018f5a00bdb8e1
Author: Francis Chuang <fr...@apache.org>
AuthorDate: Tue May 18 22:17:56 2021 +1000

    Bump javadoc compilation gradle image to 6.8
---
 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 835c377..10db6b0 100644
--- a/site/docker-compose.yml
+++ b/site/docker-compose.yml
@@ -29,7 +29,7 @@ services:
     volumes:
       - .:/srv/jekyll
   generate-javadoc:
-    image: gradle:6.3
+    image: gradle:6.8
     working_dir: /usr/src/calcite-avatica
     command: sh -c "gradle javadocAggregate; rm -rf site/target/avatica/javadocAggregate; mkdir -p site/target/avatica; mv build/docs/javadocAggregate site/target/avatica"
     volumes: