Skip to content

Commit

Permalink
[revert] use_default_shell_env = True (#10)
Browse files Browse the repository at this point in the history
### 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 
 bazelbuild#1232 cleared that up. 

### Motivation

Reverting #8 as it is not needed.
  • Loading branch information
adam-singer authored and cattibrie committed Mar 9, 2021
1 parent 514c689 commit eb95d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scala/scala_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def _stamp_jar(ctx, jar):
stamped_file.path,
],
mnemonic = "StampWithIjar",
use_default_shell_env = True,
)

return stamped_file
Expand Down

0 comments on commit eb95d98

Please sign in to comment.