liquibase / liquibase-gradle-plugin

A Gradle plugin for Liquibase
Other
197 stars 57 forks source link

LiquibasePlugin configures 36 tasks eagerly #87

Closed runningcode closed 2 years ago

runningcode commented 3 years ago

The liquibase configures 36 tasks eagerly

This is on this line: https://github.com/liquibase/liquibase-gradle-plugin/blob/master/src/main/groovy/org/liquibase/gradle/LiquibasePlugin.groovy#L114

Here you can see the APIs to avoid and their replacements in order to take advantage of task configuration avoidance.

stevesaliman commented 2 years ago

Version 2.1.0 uses Gradle's task configuration avoidance API, which should fix this issue.