davidsowerby / kaytee-plugin

0 stars 0 forks source link

Unused test tasks still create folder when imported into IDEA #7

Closed davidsowerby closed 7 years ago

davidsowerby commented 7 years ago

Does not break anything, but is an unnecessary distraction.

One way to resolve might be to have two plugins. the first applies the configuration, the second creates the tasks as configured.

It might look like:

apply: simplycd-configure

simplycd{

    integrationTest {
        enabled=true
    }

}

apply: simplycd-lifecycle