You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: