https://github.com/circleci-public/gradle-orb
Simplify common tasks for building and testing Java projects using Gradle on CircleCI using this orb.
https://github.com/circleci-public/gradle-orb
circleci-orbs gradle orb
Last synced: 4 months ago
JSON representation
Simplify common tasks for building and testing Java projects using Gradle on CircleCI using this orb.
- Host: GitHub
- URL: https://github.com/circleci-public/gradle-orb
- Owner: CircleCI-Public
- License: mit
- Created: 2020-01-13T21:41:28.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-02T13:32:03.000Z (7 months ago)
- Last Synced: 2025-12-04T08:35:12.176Z (7 months ago)
- Topics: circleci-orbs, gradle, orb
- Language: Shell
- Homepage: https://circleci.com/orbs/registry/orb/circleci/gradle
- Size: 109 KB
- Stars: 4
- Watchers: 9
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Gradle orb [](https://circleci.com/gh/CircleCI-Public/gradle-orb) [](https://circleci.com/orbs/registry/orb/circleci/gradle) [](https://raw.githubusercontent.com/CircleCI-Public/gradle-orb/master/LICENSE) [](https://discuss.circleci.com/c/ecosystem/orbs)
Simplify common tasks for building and testing Java projects using Gradle on CircleCI using this orb.
## Usage
Example use-cases are provided on the orb [registry page](https://circleci.com/orbs/registry/orb/circleci/gradle#usage-examples). Source for these examples can be found within the `src/examples` directory.
## Resources
[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/circleci/gradle) - The official registry page of this orb for all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.
### How To Contribute
We welcome [issues](https://github.com/CircleCI-Public/gradle-orb/issues) to and [pull requests](https://github.com/CircleCI-Public/gradle-orb/pulls) against this repository!
To publish a new production version:
* Create a PR to the `Alpha` branch with your changes. This will act as a "staging" branch.
* When ready to publish a new production version, create a PR from `Alpha` to `master`. The Git Subject should include `[semver:patch|minor|release|skip]` to indicate the type of release.
* On merge, the release will be published to the orb registry automatically.
For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).