OpenAPITools / openapi-generator-bazel

Bazel plugin for OpenAPI Generator
Apache License 2.0
66 stars 46 forks source link

Add _jdk label as toolchain so execution platform is handled correctly #59

Open hjellek opened 3 weeks ago

hjellek commented 3 weeks ago

Fixes #58

According to the documentation for run_shell the toolchain for the tools should be included for execution platform to be correct:

If executable and tools are coming from a toolchain, toolchain type must be set so that the action executes on the correct execution platform.

It seems to be working as expected when I have tested this