Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634818509
  • Loading branch information
mai93 authored and copybara-github committed May 17, 2024
1 parent ac8b04e commit 7a18427
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ java_binary(
bazel_integration_tests(
name = "bazel_invocation_integration_tests",
bazel_versions = [
"6.0.0",
"6.5.0",
],
# set tags = [] because otherwise bazel_integration_tests sets
# tags = ["manual"] and the target is not be detected via test //pkg/...
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
workspace(name = "testdata")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_java",
url = "https://github.com/bazelbuild/rules_java/releases/download/5.3.5/rules_java-5.3.5.tar.gz",
sha256 = "c73336802d0b4882e40770666ad055212df4ea62cfa6edf9cb0f9d29828a0934",
)

0 comments on commit 7a18427

Please sign in to comment.