com.ecplugin.gradle.plugin.document
Owner: liuzhenghui
The Gradle Plugin for Document
https://github.com/liuzhenghui/ecplugin-document-gradle-plugin
Sources: https://github.com/liuzhenghui/ecplugin-document-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.ecplugin.gradle.plugin.document") version "0.0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.ecplugin.gradle.plugin:ecplugin-document-gradle-plugin:0.0.6") } } apply(plugin = "com.ecplugin.gradle.plugin.document")
- Applying plugins to all subprojects .