Skip to content

Commit c014cd8

Browse files
committed
Bazel: fix kotlin wrapper version dependency
1 parent 5b143ce commit c014cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _get_default_version(repository_ctx):
7676
kotlin_plugin_versions = repository_ctx.path(Label("//java/kotlin-extractor:current_kotlin_version.py"))
7777
python = repository_ctx.which("python3") or repository_ctx.which("python")
7878
env = {}
79-
repository_ctx.watch(Label("//java/kotlin-extractor/deps:dev/.kotlinc_selected_version"))
79+
repository_ctx.watch(Label("//java/kotlin-extractor/deps:dev/.kotlinc_version"))
8080
if not repository_ctx.which("kotlinc"):
8181
# take default from the kotlinc wrapper
8282
path = repository_ctx.getenv("PATH")

0 commit comments

Comments
 (0)