Skip to content

Commit

Permalink
Set javadoc encoding to utf-8 (#50) (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: Meetesh Kumawat<kmeetesh@gmail.com>
Signed-off-by: meetesh <kmeetesh@gmail.com>

Signed-off-by: Meetesh Kumawat<kmeetesh@gmail.com>
Signed-off-by: meetesh <kmeetesh@gmail.com>
  • Loading branch information
meetesh authored Oct 14, 2022
1 parent d9a13d5 commit 3b58e0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ tasks.withType<ProcessResources> {
)
}

tasks.withType<Javadoc>().configureEach{
options {
encoding = "UTF-8"
}
}

tasks.withType<Jar> {
doFirst {
if (rootProject.extra.has("gitHashFull")) {
Expand Down

0 comments on commit 3b58e0c

Please sign in to comment.