Configure Java used for running to remote_jdk #83
Labels
development
Problems or improvements for development of Bazel Steward
maintenance
Refactoring or tests
This project should not depend on java in the system for development and running tests.
By default bazel uses remote_jdk (jdk that it downloads and stores somewhere) for building to have reproducible builds. However for running and tests it uses local_jdk, i.e. java installed in your system.
We should configure the project to use known java version (11? 17?) for both building and running.
The text was updated successfully, but these errors were encountered: