Below you will find pages that utilize the taxonomy term “gradle”
November 19, 2024
Build with Gradle
Version updated for gradle/actions to version v4.2.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 20,753 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes some issues with Develocity and Build Scan integration:
Build scan links not captured in project using plugin com.gradle.enteprise:3.18.2 (#449) Enabling build-scan-publish causes some Develocity injection parameters to be ignored (#447) Setting develocity-ccud-plugin-version parameter is ignored (#446) What’s Changed Do not fail wrapper-validation on filename with illegal characters #438 Bump references to Develocity Gradle plugin from 3.
September 13, 2024
Build with Gradle
Version updated for gradle/actions to version v4.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 15,589 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release brings some minor improvements:
The latest release of Gradle is no longer required to perform cache-cleanup. If Gradle is found to on the PATH and the version meets minimum version requirements, then the version on PATH is used for cache-cleanup and Gradle is not downloaded.
August 27, 2024
Build with Gradle
Version updated for gradle/actions to version v4.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 14,353 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release updates a number of dependencies, and fixes a bug that caused Gradle version ‘8.1’ to be confused with ‘8.10’.
What’s Changed Dependency-updates by @bigdaz in https://github.com/gradle/actions/pull/326, https://github.com/gradle/actions/pull/356 NPM dependency updates by @dependabot in https://github.
July 16, 2024
Build with Gradle
Version updated for gradle/actions to version v3.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 11,188 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release contains a major upgrade to gradle-home-cache-cleanup as well as improvements to dependency-submission.
What’s Changed Include Gradle 8.9 in known wrapper checksums (avoiding the need to download) (#266) Improvements to cache-cleanup Provision latest Gradle version to use for cache-cleanup (#33, #271) Avoid use of timestamp manipulation for cache-cleanup (#24, #272) Cleanup artifact transforms cache in Gradle home (#47) More logging from cache-cleanup operation (#169) Use latest dependency graph plugin (#269) Avoid resolving configurations that are deprecated for resolving (https://github.
July 16, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 51,699 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
July 16, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 61,557 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.
June 18, 2024
Build with Gradle
Version updated for gradle/actions to version v3.4.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9,220 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes a race condition that resulted in the DEVELOCITY_ACCESS_KEY variable not being set in the environment.
What’s Changed Fix race condition with fetching short lived token by @alextu in https://github.com/gradle/actions/pull/260 Full Changelog: https://github.
June 18, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.4.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 50,931 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
June 18, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.4.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 60,478 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.
June 15, 2024
Build with Gradle
Version updated for gradle/actions to version v3.4.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9,053 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes a bug introduced in v3.4.0, that prevents build scan publication to Develocity. The bug results in the removal of the DEVELOCITY_ACCESS_KEY variable being removed, so that Gradle cannot authenticate with the Develocity server.
June 15, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.4.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 50,870 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
June 15, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.4.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 60,393 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.
June 14, 2024
Build with Gradle
Version updated for gradle/actions to version v3.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 8,963 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release improves the integration with Gradle Develocity®, as well as updating a number of key dependencies.
The new develocity-access-key input parameter allows the action to generate a short-lived access token for subsequent communication with Develocity.
June 14, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 50,853 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
June 14, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 60,354 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.
April 26, 2024
Build with Gradle
Version updated for gradle/actions to version v3.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 5,565 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes a bug in both dependency-submission and setup-gradle (#196 introduced in v3.3.1), which resulted in “No dependency-graph files found to submit” when using the download-and-submit function. A number of other minor issues have also been addressed:
April 26, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 49,355 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
April 26, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 58,533 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.
April 19, 2024
Build with Gradle
Version updated for gradle/actions to version v3.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 5,037 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes a bug in setting the report dir for dependency-submission, and updates the plugin versions applied in Develocity injection.
What’s Changed Bump Develocity and CCUD plugin versions (#185) Support custom DEPENDENCY_GRAPH_REPORT_DIR variable for dependency-submission (#188) Full Changelog: https://github.
April 19, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 49,096 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
April 19, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 58,238 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.
April 13, 2024
Build with Gradle
Version updated for gradle/actions to version v3.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,609 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release includes a new action, and improvements to the existing actions.
Highlights include:
New wrapper-validation action to replace the gradle/wrapper-validation-action action Converted dependency-submission action to Typescript. This enabled other important features, like submitting the dependency graph in the same step that it is generated.
April 13, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 48,855 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
April 13, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 57,965 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This is the first release of gradle/wrapper-validation-action available with the v3 version tag.
[!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
April 10, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v2.1.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 57,832 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update various NPM dependencies Update wrapper checksums to include Gradle 8.7 Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3
April 9, 2024
Build with Gradle
Version updated for gradle/actions to version v3.2.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,354 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes The recent update to use com.develocity.gradle plugin resulted in many deprecation warnings being triggered by the init-scripts bundled with this action. This patch release updates these init-scripts to avoid these deprecation warnings.
What’s Changed Fix Develocity deprecation warnings in v3.
April 9, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.2.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 48,685 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
April 5, 2024
Build with Gradle
Version updated for gradle/actions to version v3.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,103 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog General improvements [NEW] Support authentication for plugin repositories (#31) [FIX] Improve rendering of build results table with long values (#35) Improvements to Dependency Submission [FIX] Do not attempt to resolve dependency configurations that are excluded via env var (#107) Improvements to Develocity injection [NEW] Use com.
March 22, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v2.1.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 57,102 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update various NPM dependencies Update wrapper checksums Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.1...v2.1.2
February 14, 2024
Build with Gradle
Version updated for gradle/actions to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release provides more Gradle output when running with actions debug logging, and fixes some minor issues with gradle/actions/dependency-submission.
Changelog [NEW] Support ACTIONS_STEP_DEBUG mode (#6) [NEW] Provide link to GitHub job in generated PR comment (#11) [NEW] Report source of dependency in dependency-graph via debug logging (#44) [FIX] Unknown command-line option ‘–dependency-verification’ with Gradle 5.
February 14, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 46,259 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
February 10, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v2.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 55,339 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog [FIX] Add hardcoded checksum for Gradle 7.6.4 Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2...v2.1.1
December 20, 2023
Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.11.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 42,347 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes an issue that prevented the gradle-build-action from executing with Gradle 1.12, and improves error reporting for dependency submission failures.
Changelog [FIX] Poor error reporting for dependency-submission failure #1008 [FIX] Error with gradle-build-action v2.
December 12, 2023
Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.11.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 41,705 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes In addition to a number of dependency updates, this release:
Allows a custom Plugin Repository to be specified when resolving the github-dependency-graph-gradle-plugin. See the documentation for details. Brings increased resilience when failures occur collecting build results or cleaning the Gradle User Home.
November 27, 2023
Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.10.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 40,448 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release introduces a new artifact-retention-days parameter, which allows a user to configure how long the generated dependency-graph artifacts are retained by GitHub Actions. Adjusting the retention period can be useful to reduce storage costs associated with these dependency-graph artifacts.
October 1, 2023
Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.9.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 36,143 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes The GitHub dependency-review-action helps you understand dependency changes (and the security impact of these changes) for a pull request. This release updates the GItHub Dependency Graph support to be compatible with the dependency-review-action.
September 25, 2023
Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.8.1.
This publisher is shown as erified by GitHub. This action is used across all versions by 35,754 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixes an issue that prevented Dependency Graph submission when running on GitHub Enterprise Server.
Fixes Incorrect endpoint used to submit Dependency Graph on GitHub Enterprise #885 Changelog https://github.com/gradle/gradle-build-action/compare/v2.8.0...v2.8.1
August 28, 2023
Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.8.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3,946 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes The v2.8.0 release of the gradle-build-action introduces an easy mechanism to connect to Gradle Enterprise, as well improved support for self-hosted GitHub Actions runners.
Automatic injection of Gradle Enterprise connectivity It is now possible to connect a Gradle build to Gradle Enterprise without changing any of the Gradle project sources.
August 19, 2023
Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.7.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3,939 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release contains no code changes, only dependency updates and documentation improvements.
Changelog https://github.com/gradle/gradle-build-action/compare/v2.7.0...v2.7.1