mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
build.gradle.kts:
- moved javadoc options from subprojects to root project - removed "API" from titles in HTML files - added subproject name and version to header and footer - use links to Java 11 API
This commit is contained in:
@@ -36,18 +36,6 @@ java {
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
tasks {
|
||||
javadoc {
|
||||
options {
|
||||
this as StandardJavadocDocletOptions
|
||||
use( true )
|
||||
tags = listOf( "uiDefault", "clientProperty" )
|
||||
addStringOption( "Xdoclint:all,-missing", "-Xdoclint:all,-missing" )
|
||||
}
|
||||
isFailOnError = false
|
||||
}
|
||||
}
|
||||
|
||||
flatlafPublish {
|
||||
artifactId = "flatlaf-swingx"
|
||||
name = "FlatLaf addon for SwingX"
|
||||
|
||||
Reference in New Issue
Block a user