com.github.shalousun.smart-doc
Owner: shalousun
smart-doc gradle plugin!
https://github.com/smart-doc-group/smart-doc-gradle-plugin
Sources: https://github.com/smart-doc-group/smart-doc-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.shalousun.smart-doc") version "2.0.6-release"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.shalousun:smart-doc-gradle-plugin:2.0.6-release") } } apply(plugin = "com.github.shalousun.smart-doc")
- Applying plugins to all subprojects .