Open
Description
What happened?
Recently upgraded my project to Gradle 8.1 and now it crashes on configuration stage:
* What went wrong:
Configuration cache problems found in this build.
3 problems were found storing the configuration cache, 2 of which seem unique.
- Build file 'app/build.gradle': external process started 'git describe --tags --always --first-parent --abbrev=7 --match=* HEAD'
See https://docs.gradle.org/8.1/userguide/configuration_cache.html#config_cache:requirements:external_processes
- Build file 'app/build.gradle': external process started 'git version'
See https://docs.gradle.org/8.1/userguide/configuration_cache.html#config_cache:requirements:external_processes
It seems that new gradle does not like then plugins run process at the configuration stage. I'm currently use this plugin to get a version details so that I can then use it in extensions to configure other things and obviously this has to be known at configuration stage.
Metadata
Metadata
Assignees
Labels
No labels