This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
     new 8cc0f4c  Added a helper comment
8cc0f4c is described below

commit 8cc0f4c2ee845f609c01848cc27c72ad29758314
Author: Nicholas Nezis <nicholas.ne...@gmail.com>
AuthorDate: Tue Mar 31 00:13:02 2020 -0400

    Added a helper comment
---
 WORKSPACE | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/WORKSPACE b/WORKSPACE
index 41cc032..f3bacde 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -143,6 +143,9 @@ maven_install(
     maven_install_json = "//:maven_install.json",
 )
 
+# https://github.com/bazelbuild/rules_jvm_external#updating-maven_installjson
+# To update `maven_install.json` run the following command:
+# `bazel run @unpinned_maven//:pin`
 load("@maven//:defs.bzl", "pinned_maven_install")
 pinned_maven_install()
 

Reply via email to