Ayuda De 100€

When the configuration cache is enabled and you run Gradle for a particular set of tasks, for example by running gradlew check, Gradle checks whether a configuration cache entry is available for the requested set of tasks.If available, Gradle uses this entry instead of running the configuration phase.The cache entry contains information about the set of tasks to run, along with their configuration and dependency information.