Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  PolyGerrit: Suppress JSC_REFERENCE_BEFORE_DECLARE error
  ElasticContainer: Use version 7.0.0-rc2 for V7_0 tests
  Bazel: Avoid using tools in action inputs
  Update rules_closure to latest version

Change-Id: I30896f8226ea1838dc9556a1f95483a33fd34aee
This commit is contained in:
David Pursehouse
2019-04-08 17:21:51 +09:00
4 changed files with 81 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ public class ElasticContainer extends ElasticsearchContainer {
case V6_7:
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.0";
case V7_0:
return "docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-rc1";
return "docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-rc2";
}
throw new IllegalStateException("No tests for version: " + version.name());
}