-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Gerry Weißbach edited this page Aug 13, 2019
·
13 revisions
The Setup Builder Gradle Plugin allows to bundle Java (or other) software into platform specific installer formats. It supports Windows .msi
, Debian/Ubuntu .deb
, Suse/RedHat .rpm
and macOS .dmg
style installer.
The actual capacity of support and capabilites differs depending on the platform.
The DSL has the following default tasks:
-
setupBuilder {}
basic setup -
msi {}
Windows platform task -
dmg {}
macOS platform task
Please have a look at the DSL the plugin provides for more information.