We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bb8a7 commit 5beb80eCopy full SHA for 5beb80e
1 file changed
codegen/build.gradle.kts
@@ -80,6 +80,10 @@ subprojects {
80
options.encoding = "UTF-8"
81
}
82
83
+ tasks.withType<Javadoc> {
84
+ options.encoding = "UTF-8"
85
+ }
86
+
87
// Use Junit5's test runner.
88
tasks.withType<Test> {
89
useJUnitPlatform()
0 commit comments