blob: ecd54a58a5206447f1f9f5b078dcea9ae6a9374a [file] [log] [blame]
# Include debug info in the compiled jars
build --javacopt=-g
build --host_javacopt=-g
# Disable The Guava Beta Checker.
# TODO(ronshapiro): explore how much work it would be to reenable this
build --javacopt="-Xep:BetaApi:OFF"
build --host_javacopt="-Xep:BetaApi:OFF"