Skip to content

Commit

Permalink
Allow StampWithIjar to use default shell env
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Singer authored and blorente committed Feb 25, 2021
1 parent 19c6a71 commit 4dd3013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scala/scala_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def _stamp_jar(ctx, jar):
stamped_file.path,
],
mnemonic = "StampWithIjar",
use_default_shell_env = True,
)

return stamped_file
Expand Down

0 comments on commit 4dd3013

Please sign in to comment.