Skip to content

Commit 369ac2f

Browse files
authored
Stop setting BAZEL_VERSION (#1247)
It appears to be no longer used, but may pollute cache keys.
1 parent b4156b2 commit 369ac2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scala_config.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def _store_config(repository_ctx):
1111
scala_major_version = extract_major_version(scala_version)
1212

1313
config_file_content = "\n".join([
14-
"BAZEL_VERSION='" + native.bazel_version + "'",
1514
"SCALA_VERSION='" + scala_version + "'",
1615
"SCALA_MAJOR_VERSION='" + scala_major_version + "'",
1716
])

0 commit comments

Comments
 (0)