Skip to content

0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 18:57
· 101 commits to main since this release
4bd649c

Change Log

  • Reverting JDT Bug 552082-Fix the applicability of a no @target annotation type updates, as the behavior is not compatible with JDK 11 and also with latest javac.

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_jdt_java_toolchain",
    urls = [
        "https://github.com/salesforce/bazel-jdt-java-toolchain/releases/download/0.1.2/rules_jdt-0.1.2.tar.gz",
    ],
    sha256 = "748f82299ae1b259c27060bd7375ddb009b4a41124bed3ebd5294c9a65b2b976",
)
load("@bazel_jdt_java_toolchain//jdt:repositories.bzl", "rules_jdt_dependencies", "rules_jdt_toolchains")
rules_jdt_dependencies()
rules_jdt_toolchains()

Using the rules

See the source.