Skip to content

Commit

Permalink
Add version to implicitly created java_runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed May 8, 2023
1 parent 9358e84 commit 26b39ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/jdk/local_java_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def local_java_runtime(name, java_home, version, runtime_name = None, visibility
name = runtime_name,
java_home = java_home,
visibility = visibility,
version = int(version) if version.isdigit() else 0,
)

native.config_setting(
Expand Down

0 comments on commit 26b39ce

Please sign in to comment.