-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use Bazel's Packaged Java (#24)
Add wrappers around Java and Bazel. `_java` now references bazel's installed Java, and `_bazel` now adds startup options. We suspect setting up Java adds additional startup flags, which incurs a Bazel server start latency. Future work may include allow passing in specific Bazel / Java / etc. versions, which we can address if need be (config file? lots of input variables? respecting .bazelrc-esque files?) Suggested by @pat.
- Loading branch information
1 parent
4ed951f
commit 0cfd2ca
Showing
3 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0cfd2ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate the credit, but I had nothing to do with this 😅
(I wouldn't mind so much, but I think this is the second reference to 'me' in this project lately)