Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Serban Iordache
org.beryx.jlink
PluginId
Author
org.beryx.jlink
Owner: Serban Iordache
A Gradle plugin that assembles your modules into a custom runtime image
Version 2.22.1
2.22.1
Created 04 October 2020.
A Gradle plugin that assembles your modules into a custom runtime image
Other versions
- 3.1.1
- 3.1.0-rc-1
- 3.0.1
- 3.0.0
- 3.0.0-rc-1
- 2.26.0
- 2.25.0
- 2.24.4
- 2.24.3
- 2.24.2
- 2.24.1
- 2.24.0
- 2.23.8
- 2.23.7
- 2.23.6
- 2.23.5
- 2.23.4
- 2.23.3
- 2.23.2
- 2.23.1
- 2.23.0
- 2.22.4
- 2.22.3
- 2.22.2
- 2.22.0
- 2.21.4
- 2.21.3
- 2.21.2
- 2.21.1
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.9
- 2.17.8
- 2.17.7
- 2.17.6
- 2.17.5
- 2.17.4
- 2.17.3
- 2.17.2
- 2.17.1
- 2.17.0
- 2.16.4
- 2.16.3
- 2.16.2
- 2.16.1
- 2.16.0
- 2.15.1
- 2.15.0
- 2.14.1
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.4
- 2.10.3
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.1-gradle4
- 2.2.1
- 2.2.0-gradle4
- 2.2.0
- 2.1.9-gradle4
- 2.1.9
- 2.1.8-gradle4
- 2.1.8
- 2.1.6-gradle4
- 2.1.6
- 2.1.5-gradle4
- 2.1.5
- 2.1.4-gradle4
- 2.1.4
- 2.1.3-gradle4
- 2.1.3
- 2.1.2-gradle4
- 2.1.2
- 2.1.1-gradle4
- 2.1.1
- 2.1.0-gradle4
- 2.1.0
- 2.0.1-gradle4
- 2.0.1
- 2.0.0-gradle4
- 2.0.0
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
Add this plugin to your build using the plugins DSL:
plugins {
id("org.beryx.jlink") version "2.22.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.beryx:badass-jlink-plugin:2.22.1") } } apply(plugin = "org.beryx.jlink")
- Applying plugins to all subprojects .