random things

This commit is contained in:
hyperdefined
2026-04-04 23:54:52 -04:00
parent 1d56d77bdb
commit 4513804c40
4 changed files with 2 additions and 11 deletions

View File

@@ -37,16 +37,10 @@ version = "2.0.3"
description = "ToolStats"
java.sourceCompatibility = JavaVersion.VERSION_25
publishing {
publications.create<MavenPublication>("maven") {
from(components["java"])
}
}
tasks.withType<JavaCompile>() {
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
}
tasks.withType<Javadoc>() {
tasks.withType<Javadoc> {
options.encoding = "UTF-8"
}