forked from AnySoftKeyboard/AnySoftKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWORKSPACE.bzlmod
More file actions
21 lines (18 loc) · 846 Bytes
/
WORKSPACE.bzlmod
File metadata and controls
21 lines (18 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar", "http_archive")
http_jar(
name = "google-java-format",
sha256 = "25157797a0a972c2290b5bc71530c4f7ad646458025e3484412a6e5a9b8c9aa6",
url = "https://github.com/google/google-java-format/releases/download/v1.25.2/google-java-format-1.25.2-all-deps.jar",
)
http_jar(
name = "ktfmt",
integrity = "sha256-dtBcYU/hhkeIVXFw/olBD3UTSGap+EAR+b1XDKElJrE=",
url = "https://repo1.maven.org/maven2/com/facebook/ktfmt/0.53/ktfmt-0.53-jar-with-dependencies.jar",
)
http_archive(
name = "crowdin_cli",
url = "https://github.com/crowdin/crowdin-cli/releases/download/4.7.0/crowdin-cli.zip",
sha256 = "3c09968c529a89acf0fad5b72137a492632734207f7c760cd17fe7f1e7fa8d61",
strip_prefix = "4.7.0",
build_file_content = "exports_files(['crowdin-cli.jar'])"
)