gradle-getdown-plugin icon indicating copy to clipboard operation
gradle-getdown-plugin copied to clipboard

A gradle plugin to bundle java app + jre with getdown support

Results 13 gradle-getdown-plugin issues
Sort by recently updated
recently updated
newest added

Hi :) Is there a way to use the plugin with java 11? If i change the Version from 1.8 to 11 i get the following error: "Can't parse java...

When setting up a new project as documented on the Github page (extending buildscript dependencies, applying the plugin, configuring the getdown part ...) and running the assembleApp task, I get...

I wanted to be able to set the resulting Windows executable name in the build.gradle file. This allows configuration via: `getdown { winLauncherName = "$project.name" + ".exe" }`

When trying to list the available gradle tasks, gradle fails because the bintray_user is not available. See attached log file [bintray_user.txt](https://github.com/davidB/gradle-getdown-plugin/files/325432/bintray_user.txt).

Today launch4j should be installed manually by users, then user should configure the path for the plugin (eg into $HOME/.gradle/gradle.properties). It would be fine if launch4j can be downloaded, installed...

enhancement

- allow to configure what files to remove from jre + from jre/rt.jar like [packr](https://github.com/libgdx/packr) - per platform ??

enhancement

I would like to call a "release" task, which could depend on "assembleApp" or "bundle", which automatically uploads the new version into a given remote directory and replaces the latest-getdown.txt

enhancement

There's no chance to use it without setting at least one png as icon. Dunno if that is ment to be.

Getdown can be used to download every stuff (jar, ...). Add an option to generate bundle with launch + getdown.txt + getdown.jar + shortcuts + background + jre

enhancement

Create every missing resolution for shortcut from bigger image. Then use them to create .ico (like in 0.3.0)

enhancement