Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 08:57
317b88f

What's Changed

TODO

MODULE.bazel Snippet

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

Workspace Snippet

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

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

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

bazel_sonarqube_repositories()