From db4087c160930174c4674c553ae734ae0e54a0d7 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 19 Jul 2025 09:57:26 +0200 Subject: [PATCH] rm cache --- .github/workflows/PR-Demo-Comment-with-react.yml | 1 - .github/workflows/build.yml | 5 ----- .github/workflows/licenses-update.yml | 1 - .github/workflows/multiOSReleases.yml | 3 --- .github/workflows/push-docker.yml | 1 - .github/workflows/releaseArtifacts.yml | 1 - .github/workflows/swagger.yml | 1 - .github/workflows/testdriver.yml | 1 - 8 files changed, 14 deletions(-) diff --git a/.github/workflows/PR-Demo-Comment-with-react.yml b/.github/workflows/PR-Demo-Comment-with-react.yml index 9ac02ec9d..877a78524 100644 --- a/.github/workflows/PR-Demo-Comment-with-react.yml +++ b/.github/workflows/PR-Demo-Comment-with-react.yml @@ -180,7 +180,6 @@ jobs: with: java-version: "17" distribution: "temurin" - 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 847f470db..ff7a55388 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,6 @@ jobs: with: java-version: ${{ matrix.jdk-version }} distribution: "temurin" - cache: false # Disable Gradle caching for this job - name: Setup Gradle uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 @@ -118,7 +117,6 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: false # Disable Gradle caching for this job - name: Setup Gradle if: ${{ steps.files.outputs.openapi == 'true' }} @@ -159,7 +157,6 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: false # Disable Gradle caching for this job - name: check the licenses for compatibility if: ${{ steps.files.outputs.build == 'true' }} @@ -212,7 +209,6 @@ jobs: with: java-version: "17" distribution: "temurin" - cache: false # Disable Gradle caching for this job - name: Set up Docker Buildx if: ${{ steps.files.outputs.project == 'true' }} @@ -274,7 +270,6 @@ jobs: with: java-version: "17" distribution: "temurin" - 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 2f947f3c1..23c15816f 100644 --- a/.github/workflows/licenses-update.yml +++ b/.github/workflows/licenses-update.yml @@ -40,7 +40,6 @@ jobs: with: java-version: "17" distribution: "temurin" - 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 b21311261..3cac33e1f 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -32,7 +32,6 @@ jobs: with: distribution: 'temurin' java-version: '21' - cache: false # Disable Gradle caching for this job # ✅ Get version from Gradle - name: Get version number @@ -72,7 +71,6 @@ jobs: with: java-version: "21" distribution: "temurin" - cache: false # Disable Gradle caching for this job - uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1 with: @@ -161,7 +159,6 @@ jobs: with: java-version: "21" distribution: "temurin" - 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 a27c873fd..432925f1a 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -29,7 +29,6 @@ jobs: with: java-version: "17" distribution: "temurin" - 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 311422551..701bb678e 100644 --- a/.github/workflows/releaseArtifacts.yml +++ b/.github/workflows/releaseArtifacts.yml @@ -34,7 +34,6 @@ jobs: with: java-version: "17" distribution: "temurin" - 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 fc8171039..463736b65 100644 --- a/.github/workflows/swagger.yml +++ b/.github/workflows/swagger.yml @@ -25,7 +25,6 @@ jobs: with: java-version: "17" distribution: "temurin" - 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 ec3ac2c62..85c93a244 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -24,7 +24,6 @@ jobs: with: java-version: '17' distribution: 'temurin' - cache: false # Disable Gradle caching for this job - name: Setup Gradle uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1