Fonts: fixed gradle build error and javadoc warnings

This commit is contained in:
Karl Tauber
2022-11-21 12:55:55 +01:00
parent d491847754
commit adf7753617
6 changed files with 18 additions and 6 deletions

View File

@@ -38,6 +38,10 @@ dependencies {
testRuntimeOnly( "org.junit.jupiter:junit-jupiter-engine" )
}
flatlafModuleInfo {
dependsOn( ":flatlaf-core:jar" )
}
java {
withSourcesJar()
withJavadocJar()