aboutsummaryrefslogtreecommitdiff
path: root/bazel.WORKSPACE
diff options
context:
space:
mode:
authorRomain Jobredeaux <jobredeaux@google.com>2023-01-13 14:51:01 -0500
committerRomain Jobredeaux <jobredeaux@google.com>2023-02-03 10:44:38 -0500
commitd19598fe7983521bdb59bf2a01060636e382b06f (patch)
treec63a566100a4684c86dafe5be4cd6250562b7f93 /bazel.WORKSPACE
parent331651016fe5f0f4d75f53fcb7d736ab4518c494 (diff)
downloadbazel-d19598fe7983521bdb59bf2a01060636e382b06f.tar.gz
Use custom kotlinc.BUILD file for the Kotlin compiler repo.
This allows us to control the java flags that are used by the kotlin compiler binary. The version of the BUILD file provided by the kotlin rules does allow to pass such java flags, but not in params list. Bug: 264578553 Change-Id: I7ff2e2e9b2604b0e2fc34e77f7d3b0225b36c51c
Diffstat (limited to 'bazel.WORKSPACE')
-rw-r--r--bazel.WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/bazel.WORKSPACE b/bazel.WORKSPACE
index 251f3173..65528ade 100644
--- a/bazel.WORKSPACE
+++ b/bazel.WORKSPACE
@@ -136,7 +136,7 @@ local_repository(
new_local_repository(
name = "kotlinc",
- build_file = "@rules_kotlin//bazel:kotlinc.BUILD",
+ build_file = "//build/bazel/rules/kotlin:kotlinc.BUILD",
path = "external/kotlinc",
)