Skip to content

Ansible role to install one version of Gradle on your development machines

License

Notifications You must be signed in to change notification settings

dockpack/base_gradle

Repository files navigation

GalaxyBuild Status

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

About

Ansible role to install one version of Gradle on your development machines

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published