gradle-doctor
gradle-doctor copied to clipboard
Do file operations check not in the configuration phase
I think after the latest fix with the symlink you introduced also performance issue - the file operations are checked during the gradle configuration that is not recommended behaviour.
How about moving all checks to the execution phase?
Good idea. How can we do that? We aren't configuring tasks and we want to fail the build as soon as possible.