com.liferay.javadoc.formatter
Owner: Liferay
The Javadoc Formatter Gradle plugin lets you format project Javadoc comments using the Liferay Javadoc Formatter tool.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-javadoc-formatter
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-javadoc-formatter
Version 1.0.23
1.0.23
Created 16 November 2018.
The Javadoc Formatter Gradle plugin lets you format project Javadoc comments using the Liferay Javadoc Formatter tool.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.javadoc.formatter") version "1.0.23"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-javadoc-formatter:1.0.23") } } apply(plugin = "com.liferay.javadoc.formatter")
- Applying plugins to all subprojects .