various updates

This commit is contained in:
2025-10-08 16:39:56 +02:00
parent f036d9247f
commit 174338f88e
11 changed files with 119 additions and 27 deletions

View File

@@ -36,11 +36,11 @@ publishing {
}
}
tasks.withType<JavaCompile>() {
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
}
tasks.withType<Javadoc>() {
tasks.withType<Javadoc> {
options.encoding = "UTF-8"
}