- bugfix: Use a default value when InetAddress.getLocalHost() throws an UnknownHostException
- internal: Configure gradle to also generate IntelliJ project files.
- internal: convert to using nexus plugin for Sonatype OSS deployment
- internal: upgrade to gradle 1.2
- update to Gradle 1.0-milestone-9
- change to use archivesBaseName rather than the project name directly
- change to use extension properties rather than dynamic properties
- update plugin to apply BasePlugin
- update to use "fileType" instead of "directive" since the latter is apparently a reserved property on Closures
- update to use Redline 1.1.9
- add defines of RPM_ARCH, RPM_OS, RPM_PACKAGE_NAME, RPM_PACKAGE_VERSION, and RPM_PACKAGE_RELEASE to scripts to be consistent with rpmbuild
- add support for a utilities script that automatically gets included in any pre/post/preun/postun scripts
- add specification of required dependencies
- add default for sourcePackage because Yum's createrepo assumes your rpm is a source package without it
- default packageName to the project.name
- initial Maven Central release