We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d6379 commit 963cb61Copy full SHA for 963cb61
src/main/kotlin/BUILD.release.bazel
@@ -76,6 +76,14 @@ java_binary(
76
77
java_binary(
78
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
+ ],
87
jvm_flags = [
88
"-XX:-MaxFDLimit",
89
],
0 commit comments