Skip to content

1.0.2-tempacc

Choose a tag to compare

@github-actions github-actions released this 23 Jan 14:19
· 6 commits to fix-double-qoutes-sonarcube since this release
d916f5f

What's Changed

TODO

MODULE.bazel Snippet

bazel_dep(name = "bazel_sonarqube", version = "1.0.2-tempacc", repo_name = "bazel_sonarqube")

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_sonarqube",
    sha256 = "59731731ce5e1be7cf53891a6e4bf723d958d0b84cbaffd9bc74ef65493f56b0",
    url = "https://github.com/Zetten/bazel-sonarqube/releases/download/1.0.2-tempacc/bazel_sonarqube.1.0.2-tempacc.tar.gz",
)

load(
    "@bazel_sonarqube//:repositories.bzl",
    "bazel_sonarqube_repositories"
)

bazel_sonarqube_repositories()