edu.sc.seis.macAppBundle
Owner: Philip Crotwell
A Gradle Plugin to create a Mac OSX .app application based on the project.
https://github.com/crotwell/gradle-macappbundle
Version 2.3.0
2.3.0
Created 27 November 2018.
A Gradle Plugin to create a Mac OSX .app application based on the project.
Add this plugin to your build using the plugins DSL:
plugins {
id("edu.sc.seis.macAppBundle") version "2.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("edu.sc.seis:macAppBundle:2.3.0") } } apply(plugin = "edu.sc.seis.macAppBundle")
- Applying plugins to all subprojects .