Skip to content

Commit 963cb61

Browse files
committed
Add the equivalent to the changes to the development BUILD files in 4e3b18e to the release BUILD file for jdeps_merger. Fixes for bazel-contrib/rules_jvm_external#1297
1 parent 28d6379 commit 963cb61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/kotlin/BUILD.release.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ java_binary(
7676

7777
java_binary(
7878
name = "jdeps_merger",
79+
data = [
80+
"@com_github_jetbrains_kotlin//:annotations",
81+
"@com_github_jetbrains_kotlin//:kotlin-stdlib",
82+
"@com_github_jetbrains_kotlin//:kotlin-stdlib-jdk7",
83+
"@com_github_jetbrains_kotlin//:kotlin-stdlib-jdk8",
84+
"@com_github_jetbrains_kotlin//:kotlinx-coroutines-core-jvm",
85+
"@com_github_jetbrains_kotlin//:trove4j",
86+
],
7987
jvm_flags = [
8088
"-XX:-MaxFDLimit",
8189
],

0 commit comments

Comments
 (0)