You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="kt_jvm_test-resources"></a>resources | A list of files that should be include in a Java jar. | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
199
199
| <aid="kt_jvm_test-associates"></a>associates | Kotlin deps who should be considered part of the same module/compilation-unit for the purposes of "internal" access. Such deps must all share the same module space and so a target cannot associate to two deps from two different modules. | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
200
200
| <aid="kt_jvm_test-env"></a>env | Specifies additional environment variables to set when the target is executed by bazel test. | <ahref="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional |`{}`|
201
+
| <aid="kt_jvm_test-env_inherit"></a>env_inherit | Environment variables to inherit from the external environment. | List of strings | optional |`[]`|
| <aid="kt_jvm_test-javac_opts"></a>javac_opts | Javac options to be used when compiling this target. These opts if provided will be used instead of the ones provided to the toolchain. | <ahref="https://bazel.build/concepts/labels">Label</a> | optional |`None`|
203
204
| <aid="kt_jvm_test-jvm_flags"></a>jvm_flags | A list of flags to embed in the wrapper script generated for running this binary. Note: does not yet support make variable substitution. | List of strings | optional |`[]`|
0 commit comments