-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
With the latest com.android.tools.build:gradle version 8.3.x the greendao tasks is in conflict with the org.gradle.configuration-cache and it has to be turned off. Obviously this isn't great as it slows everything down.
This is the error I'm getting:
- Task
:greendaoof typeorg.gradle.api.DefaultTask: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
I've tried various workarounds but none have worked so far. Is there a quick fix for this or is it time to leave good old GreenDao behind 😭
jthou20121212