Skip to content

Commit ffeeb66

Browse files
adam-singerAdam Singer
authored andcommitted
[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 45fc799 commit ffeeb66

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
@@ -30,7 +30,6 @@ def _stamp_jar(ctx, jar):
3030
stamped_file.path,
3131
],
3232
mnemonic = "StampWithIjar",
33-
use_default_shell_env = True,
3433
)
3534

3635
return stamped_file

0 commit comments

Comments
 (0)