Skip to content

Commit f6de627

Browse files
authored
Don't glob for .bazel files in the release archive (#1279)
1 parent 7c57e0c commit f6de627

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/starlark/core/repositories/kotlin/BUILD.release.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ bzl_library(
44
name = "kotlin",
55
srcs = glob([
66
"*.bzl",
7-
"*.bazel",
87
]),
98
visibility = [
109
"//visibility:public",

0 commit comments

Comments
 (0)