This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 7f8753a7605 [MINOR] Disable Maven cache in Github Java setup for
integration tests (#12031)
7f8753a7605 is described below
commit 7f8753a7605d117984d9851eaf0643f16accf05c
Author: Y Ethan Guo <[email protected]>
AuthorDate: Mon Sep 30 13:46:16 2024 -0700
[MINOR] Disable Maven cache in Github Java setup for integration tests
(#12031)
---
.github/workflows/bot.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index b2451ea9210..2b469e1270a 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -639,7 +639,6 @@ jobs:
java-version: '8'
distribution: 'temurin'
architecture: x64
- cache: maven
- name: Build Project
env:
SPARK_PROFILE: ${{ matrix.sparkProfile }}