-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
The output of the bazel build goes to the bazel-bin/... dir by default. There should be an attribute to specify the generated code:
openapi_generator(
name = "code-gen",
generator = "spring",
output = "generated", # this should allow the user specify the output dir.
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation