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.5.0
1.5.0
Created 16 September 2019.
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.5.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.beryx:badass-runtime-plugin:1.5.0") } } apply(plugin = "org.beryx.runtime")
- Applying plugins to all subprojects .