-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also, update the "pinned" version of bazel-deps so it can be built with Bazel 0.24, and update the instructions too, along with a workaround for a problem I encountered. Remove the apparently-now-unused resolverCache option, since bazel-deps uses ~/.cache/coursier regardless. Fixes #2. Change-Id: I33e4fefb26cec53267b0ff9f2f83467c1fc81e29 GitOrigin-RevId: 419cba1
- Loading branch information
1 parent
be4b976
commit 82997d2
Showing
8 changed files
with
92 additions
and
74 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Do not edit. Generated by: https://github.com/johnynek/bazel-deps | ||
licenses(["notice"]) | ||
java_library( | ||
name = "annotations", | ||
exports = [ | ||
"//external:jar/com/google/android/annotations" | ||
], | ||
visibility = [ | ||
"//third_party/java:__subpackages__" | ||
] | ||
) | ||
|
||
|
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 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
Oops, something went wrong.