Skip to content

mainClass and jvmFlags cannot be set lazily on JibExtension in the Gradle plugin #3927

@erdi

Description

@erdi

While many properties on JibExtension utilise lazy configuration APIs, including some of the more complex ones like labels, there are some, including mainClass and jvmFlags, that do not. This forces users of the plugin to have to resort to using Project.afterEvaluate() in certain scenarios.

Would you be willing to accept a PR if I addressed that?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions