Skip to content

Commit

Permalink
Correct javadoc encoding for jpro-mdfx module
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Sep 30, 2024
1 parent a9aca70 commit 379a4d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jpro-mdfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}

0 comments on commit 379a4d1

Please sign in to comment.