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.33
1.0.33
Created 03 November 2020.
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.33"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-javadoc-formatter:1.0.33") } } apply(plugin = "com.liferay.javadoc.formatter")
- Applying plugins to all subprojects .