kotlin-dsl-gradle-jooq-plugin
kotlin-dsl-gradle-jooq-plugin copied to clipboard
Configurable parameters are not evaluated declaritively
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
cc: @anuraaga