A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Available at plugins.gradle.org.
Version 2.1.8 released 24 October 2017.
Now available via the Gradle Plugin Portal. Please see: http://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle
To add to a gradle project, add this to build.gradle and run gradle createApp or gradle createDmg. The first should work on most systems, the second will only work on Mac OSX as it uses hdiutils which is a Mac-only application. Also see the Wiki for more information.
For gradle 2.1 or later:
plugins {
id "edu.sc.seis.macAppBundle" version "2.1.8"
}