blob: 8eabaf866c67fce037033d84fca5f4e81122485c (
plain)
1
2
3
4
5
6
|
# Squelch all warnings, they're harmless but ProGuard
# escalates them as errors.
-dontwarn sun.misc.Unsafe
# Retain some information to keep stacktraces usable
-keepattributes SourceFile,LineNumberTable
|