kotlin-dsl-gradle-jooq-plugin icon indicating copy to clipboard operation
kotlin-dsl-gradle-jooq-plugin copied to clipboard

Configurable parameters are not evaluated declaritively

Open rohanprabhu opened this issue 4 years ago • 1 comments

The configurable parameters of this plugin are defined in a block and persisted which are then used by further configurations during the project evaluation phase. This causes issues where an ordering is required in terms of specifying these directives v/s blocks where these directives or their side-effects are consumed. An example is as illustrated here : https://github.com/rohanprabhu/kotlin-dsl-gradle-jooq-plugin/pull/18

rohanprabhu avatar Jun 16 '20 05:06 rohanprabhu

cc: @anuraaga

rohanprabhu avatar Jun 16 '20 06:06 rohanprabhu