Execute a Gradle Build in your Github Actions workflow
Find a file
2024-01-26 09:56:07 -07:00
.github Remove all sources: action now delegates to setup-gradle 2024-01-25 19:59:53 -07:00
.gitignore Commit asdf .tool-versions 2022-12-07 13:57:00 +13:00
action.yml Refer documentation to gradle/actions/setup-gradle 2024-01-26 09:56:07 -07:00
CODE_OF_CONDUCT.md add code of conduct 2019-09-21 20:57:04 +02:00
LICENSE Update copyright notice 2023-06-30 08:57:49 -06:00
README.md Refer documentation to gradle/actions/setup-gradle 2024-01-26 09:56:07 -07:00

Execute Gradle builds in GitHub Actions workflows

This GitHub Action can be used to configure Gradle and optionally execute a Gradle build on any platform supported by GitHub Actions.

Note that 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.

See the `setup-gradle documentation for more details.