OpenAPITools / openapi-generator-bazel

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

Depreciated Labels #55

Closed HarveyJMartin closed 3 months ago

HarveyJMartin commented 1 year ago

Issue when using, in internal> openapi_generator.bzl. Line 175

Error in label: 'cfg = "host"' is deprecated and should no longer be used. Please use 'cfg = "exec"' instead.

Highlighted in the bazel docs https://bazel.build/extending/rules#:~:text=Note%3A%20Historically%2C%20Bazel,extra%20conceptual%20overhead.