This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 6059bf386 Install JDK 11 for the build of the Java apidocs
6059bf386 is described below
commit 6059bf3863de716a69bff1e0a1a2c3c797d8a4e7
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Aug 22 15:45:35 2024 +0300
Install JDK 11 for the build of the Java apidocs
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/deploy-docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index b86a0d6d3..269d52f32 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -148,7 +148,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
- java-version: 8
+ java-version: 11
- name: Build Java docs
run: |