Skip to content

0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 12:38
· 92 commits to main since this release

Bug Fix

  • Remove extra error output before the actual compiler output

Change Log
commit 4ded8c0
Author: Gunnar Wagenknecht gunnar@wagenknecht.org
Date: Tue May 16 13:57:03 2023 +0200

Cleanup obsolete code

commit 49bfefb
Author: Gunnar Wagenknecht gunnar@wagenknecht.org
Date: Tue May 16 13:56:25 2023 +0200

Remove extra output

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.4/rules_jdt-0.1.4.tar.gz",
    ],
    sha256 = "055e3984b56e2e94a2c04055c97f4772b1d432be8da650bc5afc30c9334d67df",
)
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.