Last Version

Gradle MacAppBundle Plugin 0.1

The gradle-macappbundle plugin creates Mac OSX .app applications from within Gradle. The runSetFile and createDmg tasks will probably only run on under OSX as they use the SetFile and hdiutil applications.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.zutherb.gradle
ArtifactId

ArtifactId

gradle-macappbundle
Version

Version

0.1
Type

Type

jar
Description

Description

Gradle MacAppBundle Plugin
The gradle-macappbundle plugin creates Mac OSX .app applications from within Gradle. The runSetFile and createDmg tasks will probably only run on under OSX as they use the SetFile and hdiutil applications.
Project URL

Project URL

https://github.com/zutherb/gradle-macosx-java-application-bundle-plugin

Download gradle-macappbundle 0.1


<!-- https://jarcasting.com/artifacts/com.github.zutherb.gradle/gradle-macappbundle/ -->
<dependency>
    <groupId>com.github.zutherb.gradle</groupId>
    <artifactId>gradle-macappbundle</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zutherb.gradle/gradle-macappbundle/
implementation 'com.github.zutherb.gradle:gradle-macappbundle:0.1'
// https://jarcasting.com/artifacts/com.github.zutherb.gradle/gradle-macappbundle/
implementation ("com.github.zutherb.gradle:gradle-macappbundle:0.1")
'com.github.zutherb.gradle:gradle-macappbundle:jar:0.1'
<dependency org="com.github.zutherb.gradle" name="gradle-macappbundle" rev="0.1">
  <artifact name="gradle-macappbundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zutherb.gradle', module='gradle-macappbundle', version='0.1')
)
libraryDependencies += "com.github.zutherb.gradle" % "gradle-macappbundle" % "0.1"
[com.github.zutherb.gradle/gradle-macappbundle "0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.