Skip to content

Commit a0cf83c

Browse files
committed
Update gmaven.bzl snapshot to 13 May 2018
1 parent 4f88f9c commit a0cf83c

File tree

2 files changed

+14650
-8092
lines changed

2 files changed

+14650
-8092
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ AAR support is added to [bazel-deps](https://github.com/johnynek/bazel-deps).
1313
To use this from your project, in your `WORKSPACE` file add
1414

1515
```
16-
git_repository(
17-
name = 'gmaven_rules',
18-
remote = 'https://github.com/aj-michael/gmaven_rules',
19-
commit = '<FILL IN A COMMIT HERE>',
16+
# Google Maven Repository
17+
GMAVEN_TAG = "0.1.0"
18+
19+
http_archive(
20+
name = "gmaven_rules",
21+
strip_prefix = "gmaven_rules-%s" % GMAVEN_TAG,
22+
url = "https://github.com/bazelbuild/gmaven_rules/archive/%s.tar.gz" % GMAVEN_TAG,
2023
)
21-
load('@gmaven_rules//:gmaven.bzl', 'gmaven_rules')
24+
25+
load("@gmaven_rules//:gmaven.bzl", "gmaven_rules")
26+
2227
gmaven_rules()
2328
```
2429

0 commit comments

Comments
 (0)