Skip to content

Commit

Permalink
javadoc utf8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Feb 5, 2022
1 parent 4b80202 commit dd353fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jacocoTestReport {
}
}

javadoc {
options.encoding = 'UTF-8'
}

task fatJar(type: Jar) {
baseName = rootProject.name + '-full'
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
Expand Down

0 comments on commit dd353fa

Please sign in to comment.