mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
fix[android]: add section to show compiler warnings
This commit is contained in:
parent
9d4d478893
commit
fc89bb9543
1 changed files with 6 additions and 0 deletions
|
|
@ -72,3 +72,9 @@ dependencies {
|
|||
// Assign the annotation processor for tests.
|
||||
testAnnotationProcessor 'com.google.auto.service:auto-service:1.0-rc4'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs << "-Xlint:deprecation"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue