ARouter icon indicating copy to clipboard operation
ARouter copied to clipboard

Support Gradle's configuration cache

Open Goooler opened this issue 3 years ago • 2 comments

https://docs.gradle.org/7.4/userguide/configuration_cache.html

4 problems were found storing the configuration cache.
- Task `:app:transformClassesWithCom.alibaba.arouterForDailyDebug` of type `com.android.build.gradle.internal.pipeline.TransformTask`: 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/7.4/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:app:transformClassesWithCom.alibaba.arouterForDailyRelease` of type `com.android.build.gradle.internal.pipeline.TransformTask`: 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/7.4/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:app:transformClassesWithCom.alibaba.arouterForOnlineDebug` of type `com.android.build.gradle.internal.pipeline.TransformTask`: 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/7.4/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:app:transformClassesWithCom.alibaba.arouterForOnlineRelease` of type `com.android.build.gradle.internal.pipeline.TransformTask`: 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/7.4/userguide/configuration_cache.html#config_cache:requirements:disallowed_types

Goooler avatar Feb 09 '22 02:02 Goooler

same issue

Eklir avatar Mar 24 '22 03:03 Eklir

same issue

AlbertZyc avatar May 11 '22 15:05 AlbertZyc