Enabled deprication warnings, fixed some of the warnings

This commit is contained in:
Ziver Koc 2025-12-18 01:00:03 +01:00
parent 5f02f65ead
commit 986ec8958a
17 changed files with 235 additions and 109 deletions

View file

@ -80,6 +80,10 @@ java {
withJavadocJar()
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
}
sourceSets {
main {
java {