Files
gerrit/lib
David Ostrovsky cf4f70bc2a Bazel: Add support for toolchain_java11
This change also removes the support for building with Java 9
and 10.

Test Plan:

* Run the tests with Java 8 toolchain (the same as before this change):

  $ bazel test //...

* Run the tests with remote Java 11 toolchain (new feature added here):

  $ bazel test --host_javabase=@bazel_tools//tools/jdk:remote_jdk11 \
    --javabase=@bazel_tools//tools/jdk:remote_jdk11 \
    --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_java11 \
    --java_toolchain=@bazel_tools//tools/jdk:toolchain_java11 \
    //...

Change-Id: Ib67dcc50a43f998bc8f5a363a8f681e3693d1f26
2019-09-19 10:20:32 +02:00
..
2019-09-06 11:47:45 +09:00
2019-09-18 18:37:06 +09:00
2019-09-18 18:57:54 +09:00
2019-08-29 10:42:14 -04:00
2018-03-26 14:14:57 -04:00
2019-01-23 11:21:14 +00:00
2016-07-25 13:47:30 -07:00
2016-11-16 01:24:59 +00:00
2019-09-18 17:05:52 +09:00
2019-02-08 11:18:10 +00:00
2014-03-03 23:34:46 +00:00