fix: resolve all IDE warnings - explicit imports, remove unused code, update branding to BaileyCodes/balls.studio, sync Velocity SKIN_UPDATE handler

This commit is contained in:
2026-06-01 12:51:11 -05:00
parent 0e18a64054
commit 578a1d0d55
15 changed files with 50 additions and 26 deletions

View File

@@ -22,9 +22,8 @@ subprojects {
apply(plugin = "java")
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(javaVersion.toInt()))
}
sourceCompatibility = JavaVersion.toVersion(javaVersion.toInt())
targetCompatibility = JavaVersion.toVersion(javaVersion.toInt())
}
tasks.withType<JavaCompile> {