From 379a4d1962b9ac1d48f88ab75643b48c89469481 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Mon, 30 Sep 2024 20:13:24 +0200 Subject: [PATCH] Correct `javadoc` encoding for `jpro-mdfx` module --- jpro-mdfx/build.gradle | 9 +++++++++ 1 file changed, 9 insertions(+) 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