https://github.com/dockpack/base_gradle
Ansible role to install one version of Gradle on your development machines
https://github.com/dockpack/base_gradle
ansible-role ci gradle java
Last synced: 3 months ago
JSON representation
Ansible role to install one version of Gradle on your development machines
- Host: GitHub
- URL: https://github.com/dockpack/base_gradle
- Owner: dockpack
- License: mit
- Created: 2017-07-20T08:06:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T09:30:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T10:57:50.181Z (over 1 year ago)
- Topics: ansible-role, ci, gradle, java
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/dockpack/base_gradle)[](https://travis-ci.org/dockpack/base_gradle)
base_gradle
=========
Gradle - Tool to build Java projects. Tis is an ansible-role to install it.
Requirements
------------
This role was built for Ubuntu Trusty or RedHat systems like RHEL 6, Centos 6.
It depends on dockpack.base_java8.
Role Variables
--------------
gradle: 1.10.1
gradle_base: "/opt"
Dependencies
------------
Gradle needs Java8. This role depends on dockpack.base_java8, which will be installed automatically if you use this one.
Example Playbook
----------------
For a complete example with this role check out my buildserver:
git clone https://github.com/bbaassssiiee/buildserver.git
Example of how to use this role:
- hosts: servers
roles:
- { role: dockpack.base_gradle }
License
-------
MIT
Author Information
------------------
Bas Meijer @bbaassssiiee