gradle-buildscan-recipes icon indicating copy to clipboard operation
gradle-buildscan-recipes copied to clipboard

Support configuration cache

Open Goooler opened this issue 2 years ago • 0 comments

2 problems were found storing the configuration cache.
- Build file 'build.gradle': external process started 'git rev-parse --verify HEAD'
  See https://docs.gradle.org/8.0.2/userguide/configuration_cache.html#config_cache:requirements:external_processes
- Build file 'build.gradle': external process started 'git status --porcelain'
  See https://docs.gradle.org/8.0.2/userguide/configuration_cache.html#config_cache:requirements:external_processes

Goooler avatar Mar 20 '23 15:03 Goooler