forked from google/dagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223869561
- Loading branch information
1 parent
5177a06
commit 94e7c52
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
import %workspace%/tools/bazel.rc | ||
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.