greenDAO icon indicating copy to clipboard operation
greenDAO copied to clipboard

Greendao tasks should declare inputs and outputs

Open runningcode opened this issue 4 years ago • 2 comments

In order to enable up-to-date checks in Gradle. The greendao Gradle task should define inputs and outputs.

This will speed up builds.

Here is some more information on how to declare inputs and outputs in the Gradle task. https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks

If the Gradle plugin sources were available somewhere, I would love to contribute this feature.

runningcode avatar Jun 02 '21 19:06 runningcode

can't find the greendao gradle pulgin source...

takeseem avatar Jan 06 '22 07:01 takeseem

Where can I find the plugin source code? We are using gradle 7.0, the greendao run generator every time but not use the cached classes. It slow down the speed of build seriously. Is it possible to provide the plugin source code? If we can not resolve it, we have to remove greendao, it will cost a long time for a great project.

jepack avatar Apr 02 '24 02:04 jepack