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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user