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