Skip to content

Commit 5beb80e

Browse files
authored
Ensure javadoc uses utf-8 (#648)
1 parent 73bb8a7 commit 5beb80e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

codegen/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ subprojects {
8080
options.encoding = "UTF-8"
8181
}
8282

83+
tasks.withType<Javadoc> {
84+
options.encoding = "UTF-8"
85+
}
86+
8387
// Use Junit5's test runner.
8488
tasks.withType<Test> {
8589
useJUnitPlatform()

0 commit comments

Comments
 (0)