Skip to content

Commit

Permalink
Update Example Bzlmod Project's .bazelrc to Run Via Remote JDK 11 by …
Browse files Browse the repository at this point in the history
…Default

Of course, users would be free to override this to choose any JDK version they'd prefer, but documenting this default for users gives them a clear path to the single install necessary to be up and running with Claro being Bazelisk itself. By allowing Bazel to download and use this default, then potential Claro users wouldn't have to worry about the headache of getting the correct Java version installed locally before getting started with Claro development.
  • Loading branch information
JasonSteving99 committed Nov 17, 2023
1 parent 244ad7c commit 65f84e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bzlmod/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
common --enable_bzlmod
common --java_runtime_version=remotejdk_11

0 comments on commit 65f84e8

Please sign in to comment.