com.liferay.app.tlddoc.builder
Owner: Liferay
The App TLDDoc Builder lets you generate the tag library documentation as a single, combined HTML document for an application that spans different subprojects, each one representing a different component of the same application.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-tlddoc-builder
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-tlddoc-builder
Version 1.3.8
1.3.8
Created 16 March 2021.
The App TLDDoc Builder lets you generate the tag library documentation as a single, combined HTML document for an application that spans different subprojects, each one representing a different component of the same application.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.app.tlddoc.builder") version "1.3.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-tlddoc-builder:1.3.8") } } apply(plugin = "com.liferay.app.tlddoc.builder")
- Applying plugins to all subprojects .