remove hack to suppress warnings about the git_repository() rule
Change-Id: Icb5fd8f9e785280d9d57e9ebf523db4efe31fef0
diff --git a/.bazelrc b/.bazelrc
index 9e0eea0..3bd8166 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,6 +1,5 @@
build --nouse_ijars
build --experimental_strict_action_env
-build --incompatible_remove_native_git_repository=false
test --test_summary=terse
test --test_output=errors
test --test_verbose_timeout_warnings
diff --git a/WORKSPACE b/WORKSPACE
index 671b958..8fd6f8d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -78,6 +78,8 @@
generate_gnmi()
+load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+
git_repository(
name = "build_bazel_rules_nodejs",
remote = "https://github.com/bazelbuild/rules_nodejs.git",