1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-27 22:14:52 +02:00

Disable 'TopLevel' errorprone check

This commit is contained in:
Florian Schmaus 2015-09-18 23:47:07 +02:00
parent 04a0004035
commit 8e33a2f6fb

View file

@ -135,6 +135,7 @@ allprojects {
'-Xlint:-path', '-Xlint:-path',
// Disable errorprone checks // Disable errorprone checks
'-Xep:TypeParameterUnusedInFormals:OFF', '-Xep:TypeParameterUnusedInFormals:OFF',
'-Xep:TopLevel:OFF',
] ]
} }