aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblossommojekwu <30413259+blossommojekwu@users.noreply.github.com>2019-08-07 12:31:00 -0400
committerc-parsons <cparsons@google.com>2019-08-07 12:31:00 -0400
commit542f1a436e0503111c04f29d8ab341c170c9ad1a (patch)
tree300aa548280a3cd6d22c9592d7f5f9d83ca5c6c6
parent2610545bb2839c1b574ffecdcd0cebf44d3fdf9b (diff)
downloadstardoc-542f1a436e0503111c04f29d8ab341c170c9ad1a.tar.gz
Update dependency on @io_bazel and create new jars (#220)
Also introduces a transitive dependency on rules_python (through io_bazel)
-rw-r--r--WORKSPACE11
-rwxr-xr-xstardoc/renderer_binary.jarbin9231772 -> 9243785 bytes
-rwxr-xr-xstardoc/stardoc_binary.jarbin9601988 -> 9614411 bytes
3 files changed, 10 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 1a53119..5a6c636 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -33,10 +33,19 @@ git_repository(
# Needed for generating the Stardoc release binary.
git_repository(
name = "io_bazel",
- commit = "c5c078cb60b2d11c8c17f993d9b10582ee984d5f", # Jul 31, 2019
+ commit = "320e45abe7bb12b954cb6e4566084bdbd45985eb", # Aug 7, 2019
remote = "https://github.com/bazelbuild/bazel.git",
)
+git_repository(
+ name = "rules_python",
+ remote = "https://github.com/bazelbuild/rules_python.git",
+ commit = "4b84ad270387a7c439ebdccfd530e2339601ef27",
+)
+
+load("@rules_python//python:repositories.bzl", "py_repositories")
+py_repositories()
+
http_archive(
name = "rules_java",
sha256 = "bc81f1ba47ef5cc68ad32225c3d0e70b8c6f6077663835438da8d5733f917598",
diff --git a/stardoc/renderer_binary.jar b/stardoc/renderer_binary.jar
index 6c02ecb..29ba7db 100755
--- a/stardoc/renderer_binary.jar
+++ b/stardoc/renderer_binary.jar
Binary files differ
diff --git a/stardoc/stardoc_binary.jar b/stardoc/stardoc_binary.jar
index f5410fe..35d0d61 100755
--- a/stardoc/stardoc_binary.jar
+++ b/stardoc/stardoc_binary.jar
Binary files differ