Skip to content

Commit

Permalink
Configure javadoc encoding to resolve build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolivaevUnite committed Feb 16, 2024
1 parent ddec111 commit 3f7ad31
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 3f7ad31

Please sign in to comment.