diff --git a/.github/workflows/demo-job-summary.yml b/.github/workflows/demo-job-summary.yml index 7ee234e8..3049d761 100644 --- a/.github/workflows/demo-job-summary.yml +++ b/.github/workflows/demo-job-summary.yml @@ -4,9 +4,6 @@ on: workflow_dispatch: push: -env: - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true - jobs: many-gradle-builds: runs-on: ubuntu-latest diff --git a/.github/workflows/dependency-submission-save.yml b/.github/workflows/dependency-submission-save.yml index 328a4728..c9b1981d 100644 --- a/.github/workflows/dependency-submission-save.yml +++ b/.github/workflows/dependency-submission-save.yml @@ -7,9 +7,6 @@ on: permissions: contents: read -env: - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true - jobs: dependency-submission-save: runs-on: ubuntu-latest diff --git a/.github/workflows/dependency-submission-submit.yml b/.github/workflows/dependency-submission-submit.yml index f4e94fa5..67595fa2 100644 --- a/.github/workflows/dependency-submission-submit.yml +++ b/.github/workflows/dependency-submission-submit.yml @@ -8,9 +8,6 @@ on: permissions: contents: write -env: - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true - jobs: dependency-submission-submit: runs-on: ubuntu-latest diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index 9d10acd8..e85c158b 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -7,9 +7,6 @@ on: permissions: contents: write -env: - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true - jobs: test-dependency-submission: runs-on: ubuntu-latest diff --git a/.github/workflows/integ-test-action-inputs.yml b/.github/workflows/integ-test-action-inputs.yml index b28fa7ae..eeb9788e 100644 --- a/.github/workflows/integ-test-action-inputs.yml +++ b/.github/workflows/integ-test-action-inputs.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: action-inputs-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: action-inputs: diff --git a/.github/workflows/integ-test-cache-cleanup.yml b/.github/workflows/integ-test-cache-cleanup.yml index c23d335e..5e63c4e5 100644 --- a/.github/workflows/integ-test-cache-cleanup.yml +++ b/.github/workflows/integ-test-cache-cleanup.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: integ-test-cache-cleanup-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: full-build: diff --git a/.github/workflows/integ-test-caching-config.yml b/.github/workflows/integ-test-caching-config.yml index 9c6fd5b1..4e88c9b1 100644 --- a/.github/workflows/integ-test-caching-config.yml +++ b/.github/workflows/integ-test-caching-config.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: action-inputs-caching-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build: diff --git a/.github/workflows/integ-test-dependency-graph-failures.yml b/.github/workflows/integ-test-dependency-graph-failures.yml index a8b17dbf..00d3e28c 100644 --- a/.github/workflows/integ-test-dependency-graph-failures.yml +++ b/.github/workflows/integ-test-dependency-graph-failures.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: unsupported-gradle-version-warning: diff --git a/.github/workflows/integ-test-dependency-graph.yml b/.github/workflows/integ-test-dependency-graph.yml index 09c19dd1..3309b2c8 100644 --- a/.github/workflows/integ-test-dependency-graph.yml +++ b/.github/workflows/integ-test-dependency-graph.yml @@ -18,7 +18,6 @@ permissions: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: groovy-generate: diff --git a/.github/workflows/integ-test-detect-java-toolchains.yml b/.github/workflows/integ-test-detect-java-toolchains.yml index de0b5447..d72698d4 100644 --- a/.github/workflows/integ-test-detect-java-toolchains.yml +++ b/.github/workflows/integ-test-detect-java-toolchains.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: detect-java-toolchain-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: # Test that pre-installed runner JDKs are detected diff --git a/.github/workflows/integ-test-execution.yml b/.github/workflows/integ-test-execution.yml index 0d719b76..54af3c2f 100644 --- a/.github/workflows/integ-test-execution.yml +++ b/.github/workflows/integ-test-execution.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: execution-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: # Tests for executing with different Gradle versions. diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 9c4fb093..98cd9bb5 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -18,7 +18,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: provision-gradle-versions-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: inject-develocity: diff --git a/.github/workflows/integ-test-restore-configuration-cache.yml b/.github/workflows/integ-test-restore-configuration-cache.yml index 84388955..98e6e595 100644 --- a/.github/workflows/integ-test-restore-configuration-cache.yml +++ b/.github/workflows/integ-test-restore-configuration-cache.yml @@ -18,7 +18,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-configuration-cache-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build-groovy: diff --git a/.github/workflows/integ-test-restore-containerized-gradle-home.yml b/.github/workflows/integ-test-restore-containerized-gradle-home.yml index 056609fe..ddc28a91 100644 --- a/.github/workflows/integ-test-restore-containerized-gradle-home.yml +++ b/.github/workflows/integ-test-restore-containerized-gradle-home.yml @@ -12,7 +12,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-custom-gradle-home-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build: diff --git a/.github/workflows/integ-test-restore-custom-gradle-home.yml b/.github/workflows/integ-test-restore-custom-gradle-home.yml index f4992a7c..c5d47684 100644 --- a/.github/workflows/integ-test-restore-custom-gradle-home.yml +++ b/.github/workflows/integ-test-restore-custom-gradle-home.yml @@ -12,7 +12,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-custom-gradle-home-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build: diff --git a/.github/workflows/integ-test-restore-gradle-home.yml b/.github/workflows/integ-test-restore-gradle-home.yml index b929a47e..de543b01 100644 --- a/.github/workflows/integ-test-restore-gradle-home.yml +++ b/.github/workflows/integ-test-restore-gradle-home.yml @@ -16,7 +16,6 @@ env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-gradle-home-${{ inputs.cache-key-prefix }} GRADLE_BUILD_ACTION_CACHE_KEY_JOB: restore-gradle-home - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build: diff --git a/.github/workflows/integ-test-restore-java-toolchain.yml b/.github/workflows/integ-test-restore-java-toolchain.yml index 313b7077..0c42f63b 100644 --- a/.github/workflows/integ-test-restore-java-toolchain.yml +++ b/.github/workflows/integ-test-restore-java-toolchain.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-java-toolchain-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build: diff --git a/.github/workflows/integ-test-sample-gradle-plugin.yml b/.github/workflows/integ-test-sample-gradle-plugin.yml index 3eaa0241..462aa345 100644 --- a/.github/workflows/integ-test-sample-gradle-plugin.yml +++ b/.github/workflows/integ-test-sample-gradle-plugin.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: sample-gradle-plugin-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build: diff --git a/.github/workflows/integ-test-sample-kotlin-dsl.yml b/.github/workflows/integ-test-sample-kotlin-dsl.yml index 15826fcf..05fb3189 100644 --- a/.github/workflows/integ-test-sample-kotlin-dsl.yml +++ b/.github/workflows/integ-test-sample-kotlin-dsl.yml @@ -15,7 +15,6 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: sample-kotlin-dsl-${{ inputs.cache-key-prefix }} - GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: seed-build: