Groovy has for some reason decided to neglect the RPM world so this project is targeted to allow people to build RPM packaged versions of Groovy. Gradle is our choice for build tools so with that in mind, we have a first pass at an rpm builder.
##Usage
- from the root of the project run "gradle assemble"
- A tarball can then be found in "build/distributions"
- The rpm file can be found in "build/RPMS"
##Requirements
- Java
- Gradle
- rpmbuild
##Future Enhancements
- Add auto download of latest groovy
- Add runline arg support for different versions of groovy