Skip to content

API for ordering Plugins #45

@alexander-yevsyukov

Description

@alexander-yevsyukov

Currently there is no way for inserting a Plugin into a list of those passed to a Pipeline when adding a Gradle Plugin which works together with another Gradle Plugin configuring the Compiler. We can only add to the end of the list of Plugins.

It is needed to have the ability to order the plugins because some of them need to be executed after another. For example, we have JavaCodeStyleFormatterPlugin which is natural to be executed last in a pipeline.

Therefore, we need to have either "weights" of the plugins or some "mustRunAfter" notion between the plugins similarly to how Gradle orders the tasks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions