This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 7387dd3 upgrade `setup-java` action to v3, change distribution to
`temurin` , and enable caching for maven dependencies (#81)
7387dd3 is described below
commit 7387dd3c5c19e07772aeb6d56151ae6a7c4bb5cf
Author: Bowen Liang <[email protected]>
AuthorDate: Wed Mar 29 09:41:23 2023 +0800
upgrade `setup-java` action to v3, change distribution to `temurin` , and
enable caching for maven dependencies (#81)
---
.github/workflows/build-extension.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-extension.yml
b/.github/workflows/build-extension.yml
index 4598b72..6ab9a0d 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -33,10 +33,11 @@ jobs:
uses: actions/checkout@master
- name: Setup java
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
- distribution: adopt
+ distribution: temurin
java-version: '8'
+ cache: 'maven'
- name: Setup thrift
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]