https://github.com/gini/puppet-gradle
Puppet module to install Gradle
https://github.com/gini/puppet-gradle
Last synced: 9 months ago
JSON representation
Puppet module to install Gradle
- Host: GitHub
- URL: https://github.com/gini/puppet-gradle
- Owner: gini
- Archived: true
- Created: 2012-09-14T13:17:41.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T10:57:17.000Z (over 12 years ago)
- Last Synced: 2024-04-24T20:26:44.747Z (about 2 years ago)
- Language: Puppet
- Size: 155 KB
- Stars: 5
- Watchers: 4
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
Gradle Puppet Module
====================
[](http://travis-ci.org/gini/puppet-gradle)
Overview
--------
Install the Groovy-based build system Gradle from the official project site.
Usage
-----
Example:
class { 'gradle':
version => '1.8',
}
Supported Platforms
-------------------
The module has been tested on the following operating systems. Testing and patches for other platforms are welcome.
* Fedora 17
* Fedora 18
Support
-------
Please create bug reports and feature requests in [GitHub issues](https://github.com/gini/puppet-gradle/issues).
License
-------
Copyright (c) 2012, 2013 smarchive GmbH, 2013 Gini GmbH
This script is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
Contributors
------------
* Rickard von Essen (rickard-von-essen)
* Steve Hill (sghill)
* Steven Post (stevenpost)