mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-28 21:15:51 +01:00
Don't spam compiler warnings
This commit is contained in:
parent
c059e57771
commit
c719b98ab3
@ -24,6 +24,9 @@ subprojects {
|
|||||||
expand("version" to project.version, "description" to project.description)
|
expand("version" to project.version, "description" to project.description)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
withType<JavaCompile> {
|
||||||
|
options.compilerArgs.addAll(listOf("-nowarn", "-Xlint:-unchecked", "-Xlint:-deprecation"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val platforms = listOf(
|
val platforms = listOf(
|
||||||
|
Loading…
Reference in New Issue
Block a user