Skip to content

java_tools with javac11 v6.1

Compare
Choose a tag to compare
@iirina iirina released this 15 Oct 11:04
· 40 commits to master since this release

The patch release javac11-v6.1 uses Error Prone version 2.3.2.

To use this release add to your WORKSPACE file:

http_archive(
    name = "remote_java_tools_linux",
    sha256 = "12f7940ed0bc4c2e82238951cdf19b4179c7dcc361d16fe40fe4266538fb4ac6",
    urls = [
        "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.1/java_tools_javac11_linux-v6.1.zip",
        "https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.1/java_tools_javac11_linux-v6.1.zip",
    ],
)

http_archive(
    name = "remote_java_tools_windows",
    sha256 = "e2deb2efff684de78787e0bdc7620f9672d13f04a12856d8e7f677369a8e286b",
    urls = [
        "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.1/java_tools_javac11_windows-v6.1.zip",
        "https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.1/java_tools_javac11_windows-v6.1.zip",
    ],
)

http_archive(
    name = "remote_java_tools_darwin",
    sha256 = "f0c488dac18f18ab1a0d18bbd65288c7a128e90a24d9c16f65bd8243f79483a0",
    urls = [
        "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.1/java_tools_javac11_darwin-v6.1.zip",
        "https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.1/java_tools_javac11_darwin-v6.1.zip",
    ],
)