You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
This plugin has a cardinal sin in that it is validating states of the plugin during configration phase. This makes it impossible to implement lazy evalution.
Please move the validation like whether specific paths exist into the TaskAction on the task and don't do it when the plugin is applied.
A case in point is that jooqConfig.xml might not exist when the plugin is applied as the file might be generated by another task later on before generateJooqMetamodel is executed.
The text was updated successfully, but these errors were encountered:
This plugin has a cardinal sin in that it is validating states of the plugin during configration phase. This makes it impossible to implement lazy evalution.
Please move the validation like whether specific paths exist into the TaskAction on the task and don't do it when the plugin is applied.
A case in point is that
jooqConfig.xml
might not exist when the plugin is applied as the file might be generated by another task later on beforegenerateJooqMetamodel
is executed.The text was updated successfully, but these errors were encountered: