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.0.0-gradle4
1.0.0-gradle4
Created 11 December 2018.
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.0.0-gradle4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.beryx:badass-runtime-plugin:1.0.0-gradle4") } } apply(plugin = "org.beryx.runtime")
- Applying plugins to all subprojects .