Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 22:40:16 +01:00
Don't spam compiler warnings
Dieser Commit ist enthalten in:
Ursprung
1f8f51ba34
Commit
74fe30ae7e
@ -24,6 +24,9 @@ subprojects {
|
||||
expand("version" to project.version, "description" to project.description)
|
||||
}
|
||||
}
|
||||
withType<JavaCompile> {
|
||||
options.compilerArgs.addAll(listOf("-nowarn", "-Xlint:-unchecked", "-Xlint:-deprecation"))
|
||||
}
|
||||
}
|
||||
|
||||
val platforms = listOf(
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren