From 7b1104a6da82b1352053faf4467d26249f60dd75 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 19 Jul 2025 09:52:31 +0200 Subject: [PATCH] fix conflict with gradle cache --- .github/workflows/PR-Demo-Comment-with-react.yml | 2 +- .github/workflows/build.yml | 10 +++++----- .github/workflows/licenses-update.yml | 2 +- .github/workflows/multiOSReleases.yml | 6 +++--- .github/workflows/push-docker.yml | 2 +- .github/workflows/releaseArtifacts.yml | 2 +- .github/workflows/swagger.yml | 2 +- .github/workflows/testdriver.yml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/PR-Demo-Comment-with-react.yml b/.github/workflows/PR-Demo-Comment-with-react.yml index 6375f73d2..9ac02ec9d 100644 --- a/.github/workflows/PR-Demo-Comment-with-react.yml +++ b/.github/workflows/PR-Demo-Comment-with-react.yml @@ -180,7 +180,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - name: Run Gradle Command run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 126c82221..847f470db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: with: java-version: ${{ matrix.jdk-version }} distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - name: Setup Gradle uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 @@ -118,7 +118,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - name: Setup Gradle if: ${{ steps.files.outputs.openapi == 'true' }} @@ -159,7 +159,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - name: check the licenses for compatibility if: ${{ steps.files.outputs.build == 'true' }} @@ -212,7 +212,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - name: Set up Docker Buildx if: ${{ steps.files.outputs.project == 'true' }} @@ -274,7 +274,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - name: Set up Gradle if: ${{ steps.files.outputs.project == 'true' }} diff --git a/.github/workflows/licenses-update.yml b/.github/workflows/licenses-update.yml index 4c6188476..2f947f3c1 100644 --- a/.github/workflows/licenses-update.yml +++ b/.github/workflows/licenses-update.yml @@ -40,7 +40,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - name: Setup Gradle uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 014410193..b21311261 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -32,7 +32,7 @@ jobs: with: distribution: 'temurin' java-version: '21' - cache: gradle + cache: false # Disable Gradle caching for this job # ✅ Get version from Gradle - name: Get version number @@ -72,7 +72,7 @@ jobs: with: java-version: "21" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 with: @@ -161,7 +161,7 @@ jobs: with: java-version: "21" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 with: diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index f31e5c9b7..a27c873fd 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -29,7 +29,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 with: diff --git a/.github/workflows/releaseArtifacts.yml b/.github/workflows/releaseArtifacts.yml index 3294c7246..311422551 100644 --- a/.github/workflows/releaseArtifacts.yml +++ b/.github/workflows/releaseArtifacts.yml @@ -34,7 +34,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 with: diff --git a/.github/workflows/swagger.yml b/.github/workflows/swagger.yml index 97c4ffa0e..fc8171039 100644 --- a/.github/workflows/swagger.yml +++ b/.github/workflows/swagger.yml @@ -25,7 +25,7 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: gradle + cache: false # Disable Gradle caching for this job - uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 diff --git a/.github/workflows/testdriver.yml b/.github/workflows/testdriver.yml index c0e6f589c..ec3ac2c62 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -24,7 +24,7 @@ jobs: with: java-version: '17' distribution: 'temurin' - cache: gradle + cache: false # Disable Gradle caching for this job - name: Setup Gradle uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1