io.github.jamesfchen.bundle-plugin
Owner: electrolytej
bundle-plugin
https://github.com/JamesfChen/bundles-assembler
Sources: https://github.com/JamesfChen/bundles-assembler
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.jamesfchen.bundle-plugin") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.jamesfchen:module-chef-plugin:1.0.0") } } apply(plugin = "io.github.jamesfchen.bundle-plugin")
- Applying plugins to all subprojects .