liquibase / liquibase-gradle-plugin

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

With Gradle 7.6.2 and Java 17, Liquibase build throwing 'org.liquibase.gradle.LiquibaseTask' property 'command' is missing an input or output annotation #126

Open ramanjaneyulupathuri opened 11 months ago

ramanjaneyulupathuri commented 11 months ago

Hi Team,

We are using gradle liquibase plugin 2.2.0, Gradle 7.6.2 and Java 17, While we run liquibase:update task below exception is throwing.

**Some problems were found with the configuration of task ':liquibase:update' (type 'LiquibaseTask').

owpk commented 11 months ago

same issue

eranshpiner commented 10 months ago

Hi Team,

Using 'org.liquibase:liquibase-core:4.2.2' with Gradle 7.6 and Java 17, we encounter similar build issues:

Some problems were found with the configuration of task ':liquibase:update' (type 'LiquibaseTask').

Any advise on how to address this issue would be highly appreciated.

pthiruma-pinc commented 7 months ago

Same issue, Any updates on how to fix them?

Some problems were found with the configuration of task ':liquibase:update' (type 'LiquibaseTask').

Possible solutions:

  1. Add an input or output annotation.
  2. Mark it as @Internal.

Please refer to https://docs.gradle.org/7.6.3/userguide/validation_problems.html#missing_annotation for more details about this problem.