com.bmuschko.java2html
Owner: Benjamin Muschko
Gradle plugin for turning source code into HTML, RTF, TeX and XHTML using Java2HTML.
https://github.com/bmuschko/gradle-java2html-plugin/blob/master/README.md
Version 2.0.2 (latest)
2.0.2
Created 05 November 2018.
No version description available.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bmuschko.java2html") version "2.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bmuschko:gradle-java2html-plugin:2.0.2") } } apply(plugin = "com.bmuschko.java2html")
- Applying plugins to all subprojects .