Skip to content

Commit

Permalink
adding remote repo definition (bazelbuild#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
menny authored and hsyed committed Sep 15, 2018
1 parent 46b867e commit 9c60df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/internal/repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def kotlin_repositories(compiler_release = _KOTLIN_CURRENT_COMPILER_RELEASE):
name = _KT_COMPILER_REPO,
urls = compiler_release["urls"],
sha256 = compiler_release["sha256"],
build_file = "//kotlin/internal/repositories:BUILD.com_github_jetbrains_kotlin",
build_file = "@io_bazel_rules_kotlin//kotlin/internal/repositories:BUILD.com_github_jetbrains_kotlin",
strip_prefix = "kotlinc",
)

Expand Down

0 comments on commit 9c60df0

Please sign in to comment.