mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-05 22:05:20 +02:00
[ci skip] Make compilation logs actually readable (#12276)
* [ci skip] Make compilation logs actually readable * Specifically disable deprecation and removal warnings instead
This commit is contained in:
parent
2d3a1385f1
commit
aaaeb4e1e6
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ subprojects {
|
|||
options.encoding = Charsets.UTF_8.name()
|
||||
options.release = 21
|
||||
options.isFork = true
|
||||
options.compilerArgs.addAll(listOf("-Xlint:-deprecation", "-Xlint:-removal"))
|
||||
}
|
||||
tasks.withType<Javadoc> {
|
||||
options.encoding = Charsets.UTF_8.name()
|
||||
|
|
Loading…
Add table
Reference in a new issue