Добрый день.
Подскажите, пожалуйста, это нормальное поведение? Или нужно что-то до-настроить в проекте?
Execution optimizations have been disabled for task ':compileWidgets' to ensure correctness due to the following reasons:
Reason: Task ':compileWidgets' uses this output of task ':processResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed
В проекте объявлена задача для репортов.
compileWidgets {
generate "com.borets.wedb.widgets.CustomWidgetSet"
excludePaths('**/com/borets/wedb/**')
}