diff --git a/jpro-mdfx/build.gradle b/jpro-mdfx/build.gradle index 7900c0cc..608d93ea 100644 --- a/jpro-mdfx/build.gradle +++ b/jpro-mdfx/build.gradle @@ -9,3 +9,12 @@ dependencies { implementation "com.vladsch.flexmark:flexmark-ext-tables:$FLEXMARK_VERSION" implementation "com.vladsch.flexmark:flexmark-ext-attributes:$FLEXMARK_VERSION" } + +javadoc { + options { + encoding = 'UTF-8' + version = true + author = true +// addStringOption('Xdoclint:none', '-quiet') + } +} \ No newline at end of file