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 Adam Singer committed Oct 5, 2021
1 parent 45fc799 commit ffeeb66
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 @@ -30,7 +30,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 ffeeb66

Please sign in to comment.