Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Horcrux7
de.inetsoftware.setupbuilder
PluginId
Author
de.inetsoftware.setupbuilder
Owner: Horcrux7
The Setup Builder is a plugin for Gradle which can create a native setups for different platforms like Windows, Linux and OSX. The output is a *.msi, a *.deb, a *.rpm or a *.dmg file.
Version 4.5.16
4.5.16
Created 01 January 2023.
The Setup Builder is a plugin for Gradle which can create native setups for different platforms like Windows, Linux and OSX. The output is a *.msi, a *.deb, a *.rpm or a *.dmg file.
Other versions
- 8.4.21
- 7.2.21
- 7.2.20
- 7.2.18
- 7.2.17
- 7.2.16
- 7.2.13
- 7.2.12
- 7.2.11
- 4.8.21
- 4.8.20
- 4.8.18
- 4.8.17
- 4.8.16
- 4.8.13
- 4.8.12
- 4.8.11
- 4.8.10
- 4.8.7
- 4.8.6
- 4.8.5
- 4.5.21
- 4.5.20
- 4.5.18
- 4.5.17
- 4.5.13
- 4.5.12
- 4.5.11
- 4.5.10
- 4.5.7
- 4.5.6
- 4.5.5
- 4.5.4d
- 4.5.4c
- 4.5.4b
- 4.5.4a
- 4.5.4
- 4.5.3c
- 4.5.3b
- 4.2.21
- 4.2.18
- 4.2.17
- 4.2.16
- 4.2.13
- 4.2.12
- 4.2.11
- 4.2.10
- 4.2.7
- 4.2.6
- 4.2.5
- 4.2.4d
- 4.2.4c
- 4.2.4b
- 4.2.4a
- 4.2.4
- 4.2.3c
- 3.4.21
- 3.4.18
- 3.4.17
- 3.4.16
- 3.4.13
- 3.4.12
- 3.4.11
- 3.4.10
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4d
- 3.4.4c
- 3.4.4b
- 3.4.4a
- 3.4.4
- 3.4.3c
- 3.4.3b
- 3.4.3
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4d
- 3.1.4c
- 3.1.4b
- 3.1.4a
- 3.1.4
- 3.1.3c
- 3.1.3b
- 3.1.3
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4d
- 3.0.4c
- 3.0.4b
- 3.0.4a
- 3.0.4
- 3.0.3c
- 3.0.3b
- 3.0.3
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4d
- 2.0.4c
- 2.0.4b
- 2.0.4a
- 2.0.4
- 2.0.3c
- 2.0.3b
- 2.0.3
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0
Add this plugin to your build using the plugins DSL:
plugins {
id("de.inetsoftware.setupbuilder") version "4.5.16"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.de.inetsoftware:SetupBuilder:4.5.16") } } apply(plugin = "de.inetsoftware.setupbuilder")
- Applying plugins to all subprojects .