io.github.jamesfchen.module-publisher-plugin
Owner: electrolytej
module-publisher-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.module-publisher-plugin") version "1.4.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.jamesfchen:module-publisher-plugin:1.4.5") } } apply(plugin = "io.github.jamesfchen.module-publisher-plugin")
- Applying plugins to all subprojects .