Skip to content

Commit

Permalink
Apply buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
iirina committed Aug 5, 2019
1 parent e148563 commit 787c058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def java_tools_javac11_repos():
name = "remote_java_tools_javac11_linux",
sha256 = "10d6f00c72e42b6fda378ad506cc93b1dc92e1aec6e2a490151032244b8b8df5",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_linux-v3.0.zip",
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_linux-v3.0.zip",
],
)
maybe(
Expand All @@ -89,7 +89,7 @@ def java_tools_javac11_repos():
name = "remote_java_tools_javac11_macos",
sha256 = "28989f78b1ce437c92dd27bb4943b2211ba4db916ccbb3aef83696a8f9b43724",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_darwin-v3.0.zip",
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_darwin-v3.0.zip",
],
)

Expand Down

0 comments on commit 787c058

Please sign in to comment.