Skip to content

Commit 1125957

Browse files
authored
[revert] use_default_shell_env = True (#10)
### Description Originally it was unknown to me that we could use flags to directly disable the stamping of scala imports using `build --@io_bazel_rules_scala//scala/settings:stamp_scala_import=False` in the `.bazelrc` file. Discussion in bazel-contrib#1232 cleared that up. ### Motivation Reverting #8 as it is not needed.
1 parent 4dd3013 commit 1125957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scala/scala_import.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def _stamp_jar(ctx, jar):
3131
stamped_file.path,
3232
],
3333
mnemonic = "StampWithIjar",
34-
use_default_shell_env = True,
3534
)
3635

3736
return stamped_file

0 commit comments

Comments
 (0)