1.0.2-tempacc
·
6 commits
to fix-double-qoutes-sonarcube
since this release
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()