com.github.iherasymenko.jlink
Owner: Ihor Herasymenko
This plugins adds jlink integration to your Gradle builds. As simple as that.
https://github.com/iherasymenko/jlink-gradle-plugin
Sources: https://github.com/iherasymenko/jlink-gradle-plugin
Version 0.3
0.3
Created 12 November 2023.
This plugins adds jlink integration to your Gradle builds. As simple as that.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.iherasymenko.jlink") version "0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.iherasymenko.jlink:jlink-plugin:0.3") } } apply(plugin = "com.github.iherasymenko.jlink")
- Applying plugins to all subprojects .