Skip to content

Commit e1db289

Browse files
authored
Apply equivalent of changes from #1274 to release build file (#1324)
* Add the equivalent to the changes to the development BUILD files in ahumesky@4e3b18e to the release BUILD file for jdeps_merger. Fixes for bazel-contrib/rules_jvm_external#1297 * fix whitespace
1 parent f503450 commit e1db289

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)