diff --git a/.github/workflows/demo-job-summary.yml b/.github/workflows/demo-job-summary.yml index 7ee234e..3049d76 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 328a472..c9b1981 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 f4e94fa..67595fa 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 9d10acd..e85c158 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 b28fa7a..eeb9788 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 c23d335..5e63c4e 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 9c6fd5b..4e88c9b 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 a8b17db..00d3e28 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 09c19dd..3309b2c 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 de0b544..d72698d 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 0d719b7..54af3c2 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 9c4fb09..98cd9bb 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 8438895..98e6e59 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 056609f..ddc28a9 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 f4992a7..c5d4768 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 b929a47..de543b0 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 313b707..0c42f63 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 3eaa024..462aa34 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 15826fc..05fb318 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: