License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.zutherb.gradle |
ArtifactId | ArtifactIdgradle-macappbundle |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle 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 |
Filename | Size |
---|---|
gradle-macappbundle-0.1.pom | |
gradle-macappbundle-0.1.jar | 179 KB |
gradle-macappbundle-0.1-sources.jar | 8 KB |
gradle-macappbundle-0.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]