Skip to content

java_tools with javac14 v1.0

Compare
Choose a tag to compare
@philwo philwo released this 23 Jul 21:38
· 37 commits to master since this release

To use this java_tools release, add to your WORKSPACE file the definitions:

http_archive(
    name = "remote_java_tools_linux",
    sha256 = "196128eadc68a55fb42a1f990c84ee816f5b29320a72fe542fcfc4206ac3978a",
    urls = [
        "https://mirror.bazel.build/bazel_java_tools/releases/javac14/v1.0/java_tools_javac14_linux-v1.0.zip",
        "https://github.com/bazelbuild/java_tools/releases/download/javac14_v1.0/java_tools_javac14_linux-v1.0.zip",
    ],
)

http_archive(
    name = "remote_java_tools_windows",
    sha256 = "a6c69fd89b87fccc4c75203be6b407a1ca22cbdb54cffbd445f874281a933149",
    urls = [
        "https://mirror.bazel.build/bazel_java_tools/releases/javac14/v1.0/java_tools_javac14_windows-v1.0.zip",
        "https://github.com/bazelbuild/java_tools/releases/download/javac14_v1.0/java_tools_javac14_windows-v1.0.zip",
    ],
)

http_archive(
    name = "remote_java_tools_darwin",
    sha256 = "e20f002ceb3f3353d64c022e1f3400d8539ee56ffcfd4a6680d73d6a2cac938b",
    urls = [
        "https://mirror.bazel.build/bazel_java_tools/releases/javac14/v1.0/java_tools_javac14_darwin-v1.0.zip",
        "https://github.com/bazelbuild/java_tools/releases/download/javac14_v1.0/java_tools_javac14_darwin-v1.0.zip",
    ],
)