mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 18:20:05 +00:00
android: Replace lintOptions with lint
This commit is contained in:
parent
9507e99165
commit
fc785972f9
@ -20,7 +20,7 @@ android {
|
|||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lint {
|
||||||
// This is important as it will run lint but not abort on error
|
// This is important as it will run lint but not abort on error
|
||||||
// Lint has some overly obnoxious "errors" that should really be warnings
|
// Lint has some overly obnoxious "errors" that should really be warnings
|
||||||
abortOnError false
|
abortOnError false
|
||||||
|
Loading…
Reference in New Issue
Block a user