Skip to content

Allow directly setting OpenApiGeneratorTask.waitTimeInSeconds #125

Closed
@westse

Description

@westse

waitTimeInSeconds is currently the only private property. Making it public will allow directly setting it by other plugins.

I need this currently to workaround issues like this one which cause tasks, including OpenApiGeneratorTask, to be configured too early such that build.gradle values are not bound yet to OpenApiExtension. Explicitly setting each property works for all but waitTimeInSeconds because it is private.

I suspect my root issue is #117 and its fix (perhaps #124 ) will help. However, this issue seems still relevant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions