Merge branch 'stable-3.0'

* stable-3.0:
  Load proto_library from @rules_proto//proto:defs.bzl
  Update git submodules
  Set version to 3.0.3-SNAPSHOT
  Use --header-text-color css variable for some classes in gr-main-header
  Bazel: Add fixes for --incompatible_load_{java|python}_rules_from_bzl
  Bazel: Bump minimum supported version to 0.29.0
  Lucene index configuration and docs.

Change-Id: I82a153e2d3c3fede0347d2a870025143288721e6
This commit is contained in:
David Ostrovsky
2019-09-05 10:14:43 +02:00
132 changed files with 324 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
load("@rules_java//java:defs.bzl", "java_library")
java_library(
name = "gerrit-test-util",
testonly = True,