org.beryx.runtime
Owner: Serban Iordache
A Gradle plugin that assembles your modules into a custom runtime image
https://github.com/beryx/badass-runtime-plugin/
Sources: https://github.com/beryx/badass-runtime-plugin
Version 1.12.3
1.12.3
Created 11 April 2021.
A Gradle plugin that assembles your modules into a custom runtime image
Add this plugin to your build using the plugins DSL:
plugins {
id("org.beryx.runtime") version "1.12.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.beryx:badass-runtime-plugin:1.12.3") } } apply(plugin = "org.beryx.runtime")
- Applying plugins to all subprojects .