Skip to content

Commit

Permalink
Set javadoc encoding to utf-8 (opensearch-project#50) (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#241)

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>
Signed-off-by: Abhinav Nath <abhinavnath@ymail.com>
  • Loading branch information
meetesh authored and abhinav-nath committed Oct 21, 2022
1 parent 1d7074f commit ee7ed8f
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 ee7ed8f

Please sign in to comment.