greenrobot/greenDAO

Cannot use @TaskAction annotation on method

lucckystar opened this issue · 1 comments

Caused by: org.gradle.api.GradleException: Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

grade:8.1.1
greendao-gradle-plugin:3.3.1
com.android.tools.build:gradle:7.2.2

Some users on the internet suggest to downgrade to a Gradle 7 version.

Note that we don't actively maintain this project any longer. Maybe you can submit a fix for the greenDAO Gradle plugin?