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.11.1
1.11.1
Created 10 July 2020.
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.11.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.beryx:badass-runtime-plugin:1.11.1") } } apply(plugin = "org.beryx.runtime")
- Applying plugins to all subprojects .