Skip to content

Commit

Permalink
Update to Bazel 0.19.2
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=223869561
  • Loading branch information
ronshapiro committed Dec 6, 2018
1 parent 5177a06 commit 94e7c52
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
9 changes: 8 additions & 1 deletion .bazelrc
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"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env:
- secure: LTzrlqcSNeZTOV52D3ibY9RBdxY4Yu8dUOYhAonrWLE+eDTzuoyCzcPw8pEcYVNUi1rG6Q7v3QBDTnBztsPoCbcN5tEGjw5cQEbfEzSTkWaNCFjncWn36cLwx9lgbF+5Db/L0mYJ36unDKUpKVC8AgOtxQibfv/ffugfxxj8ohY=
- secure: PEdRiHTy+xVFPnlBwOhr7RVW/QIFSgd4hO0LESRBeF7KGIjxTZWtKPjnYrysZFm6tozMk6WBVJO6avOss0v7L64nemwpCnSspNYBa6pRGPgQ3rv/wgdPSzqDDmABmpPC18EHbUtF94KVdRX3Cr4kmwKQyD+YUKNRCY11Txt+xfo=
- JDK_FOR_PUBLISHING: *jdk_for_publishing
- BAZEL_VERSION="0.16.1"
- BAZEL_VERSION="0.19.2"

after_success:
- util/generate-latest-docs.sh
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

http_archive(
name = "google_bazel_common",
strip_prefix = "bazel-common-c0a6655a70fb389dbb6473989450df0c86447ec3",
urls = ["https://github.com/google/bazel-common/archive/c0a6655a70fb389dbb6473989450df0c86447ec3.zip"],
strip_prefix = "bazel-common-55049dacf10255c91a934797ca2f1310066f0d38",
urls = ["https://github.com/google/bazel-common/archive/55049dacf10255c91a934797ca2f1310066f0d38.zip"],
)

load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
Expand Down
6 changes: 0 additions & 6 deletions tools/bazel.rc

This file was deleted.

0 comments on commit 94e7c52

Please sign in to comment.