mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Выводим больше варнингов в консоль при сборке.
This commit is contained in:
parent
dcf9a56c01
commit
9cbdd6300c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
|
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
||||||
options.annotationProcessorPath = configurations.aptOnly
|
options.annotationProcessorPath = configurations.aptOnly
|
||||||
options.incremental = true // one flag, and things will get MUCH faster
|
options.incremental = true // one flag, and things will get MUCH faster
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue