Skip to content

Commit

Permalink
Set javadoc encoding to utf-8 (opensearch-project#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Meetesh Kumawat<[email protected]>
  • Loading branch information
meetesh committed Oct 13, 2022
1 parent 94eb007 commit d939cd6
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 d939cd6

Please sign in to comment.