com.dua3.gradle.jlink
Owner: Axel Howind
A Gradle plugin that assembles your modules into a custom runtime image
https://github.com/xzel23/badass-jlink-plugin
Sources: https://github.com/xzel23/badass-jlink-plugin
Version 3.1.0 (latest)
3.1.0
Created 11 November 2024.
A Gradle plugin that assembles your modules into a custom runtime image
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dua3.gradle.jlink") version "3.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.dua3.gradle:badass-jlink-plugin:3.1.0") } } apply(plugin = "com.dua3.gradle.jlink")
- Applying plugins to all subprojects .