bazelbuild / rules_appengine

AppEngine rules for Bazel
Apache License 2.0
30 stars 51 forks source link

Fix broken dependency on deleted @bazel_tools target #129

Closed hvadehra closed 1 year ago

hvadehra commented 1 year ago

https://github.com/bazelbuild/bazel/commit/844b5d2dbc3ff1dda43d78b81a00c6323e4e8115 deleted a few targets that have been deprecated for many years.

This change updates the dependency on the java executable via @bazel_tools//tools/jdk:java and replaces it with fetching the same from the current java runtime.

hvadehra commented 1 year ago

Also updates the toolchain config + version check for latest bazel