This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push: new 11c207c6a1 Fixed: removes "cache: 'gradle'" which was not there before 11c207c6a1 is described below commit 11c207c6a1419710ceb46a3fee83d671cf33aedb Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Jan 2 06:15:01 2024 +0100 Fixed: removes "cache: 'gradle'" which was not there before --- .github/workflows/gradle.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index 7c68d8dda1..80e7cd807c 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -36,7 +36,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 - cache: 'gradle' - name: Grant execute permission for gradlew and pullAllPluginsSource.sh run: chmod +x gradlew pullAllPluginsSource.sh - name: Load all plugins