mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Use UTF-8 as charSet for javadoc
This commit is contained in:
parent
328da5a7e2
commit
ee429b5d8b
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ allprojects {
|
||||||
options.addStringOption('Xdoclint:all,-html,-syntax', '-quiet')
|
options.addStringOption('Xdoclint:all,-html,-syntax', '-quiet')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks.withType(Javadoc) {
|
||||||
|
options.charSet = "UTF-8"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gradle.taskGraph.whenReady { taskGraph ->
|
gradle.taskGraph.whenReady { taskGraph ->
|
||||||
|
|
Loading…
Reference in a new issue