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
Allow empty glob in src/main/starlark/BUILD.release.bazel for Bazel 8…
… compatibility (#1283)
* Fixes for Windows issues found in the course of bazel-contrib/rules_jvm_external#1297: 1) Use platform-specific path separators. 2) Add Kotlin standard library jars to the data of tools so that the Windows Java launcher can find them in the runfiles manifest.
* Test using path instead of short_path
* Run buildifier
* Consolidate KOTLIN_STDLIBS to //kotlin/compiler:compiler.bzl
* Allow empty glob in src/main/starlark/BUILD.release.bazel for Bazel 8 compatibility
* run buildifier