Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  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: I6c597cbc89fafece83c374e9b36c4c4c0126704f
This commit is contained in:
David Pursehouse
2019-09-04 15:02:32 +09:00
130 changed files with 312 additions and 17 deletions

View File

@@ -1,3 +1,5 @@
load("@rules_java//java:defs.bzl", "java_library")
java_library(
name = "prolog-predicates",
srcs = glob(["**/*.java"]),