Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workflow for Update Gradle Wrapper Action. #486
This action keeps Gradle Wrapper up-to-date to the latest release. It will run every day at midnight (UTC) and create a pull request if a new Gradle version is available. The updated Wrapper script is validated (with checksum verification) during the update process, and the Wrapper is setup so that it will validate the Gradle binary itself on first run of the new version. Signed-off-by: Cristian Greco <cristian@regolo.cc> Original PR -> #426 (want to limit the communication round trips since I don't have permissions to clean up the history of the other PR)
- Loading branch information