Skip to content

Commit

Permalink
Configure javadoc encoding to resolve build errors
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitry Polivaev <dimitry.polivaev@unite.eu>
Signed-off-by: Dimitry Polivaev <dpolivaev@gmx.de>
  • Loading branch information
dpolivaevUnite authored and dpolivaev committed Feb 16, 2024
1 parent dc4da28 commit f46ca50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/groovy/archunit.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ tasks.withType(JavaCompile) { Task task ->

javadoc {
options.addBooleanOption('html5', true)
options.encoding = UTF_8.toString()
}

0 comments on commit f46ca50

Please sign in to comment.