mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Disable 'TopLevel' errorprone check
This commit is contained in:
parent
04a0004035
commit
8e33a2f6fb
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ allprojects {
|
||||||
'-Xlint:-path',
|
'-Xlint:-path',
|
||||||
// Disable errorprone checks
|
// Disable errorprone checks
|
||||||
'-Xep:TypeParameterUnusedInFormals:OFF',
|
'-Xep:TypeParameterUnusedInFormals:OFF',
|
||||||
|
'-Xep:TopLevel:OFF',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue