This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 551f66a538f [fix](workflow) update java version for building
broker&extension to jdk17 (#32820)
551f66a538f is described below
commit 551f66a538f74aed555c964e280127f6c8e6d2d8
Author: Yulei-Yang <[email protected]>
AuthorDate: Tue Mar 26 15:09:30 2024 +0800
[fix](workflow) update java version for building broker&extension to jdk17
(#32820)
---
.github/workflows/build-extension.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-extension.yml
b/.github/workflows/build-extension.yml
index d58e21a75dc..7c7dc5fb8b4 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -61,7 +61,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: adopt
- java-version: '8'
+ java-version: '17'
- name: Setup thrift
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]