runningcode / fladle

Easily scale your Android Instrumentation Tests across Firebase Test Lab with Flank.
https://runningcode.github.io/fladle
Apache License 2.0
249 stars 47 forks source link

flankAuth task is not compatible with configuration cache #381

Open ZacSweers opened 7 months ago

ZacSweers commented 7 months ago
1 problem was found storing the configuration cache.
- Task `:app:flankAuth` of type `com.osacky.flank.gradle.FlankJavaExec`: 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.6/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
bmuschko commented 1 month ago

Are there plans to support the configuration cache anytime soon?