gradle-doctor icon indicating copy to clipboard operation
gradle-doctor copied to clipboard

Do file operations check not in the configuration phase

Open emartynov opened this issue 6 years ago • 1 comments

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?

emartynov avatar Feb 07 '20 12:02 emartynov

Good idea. How can we do that? We aren't configuring tasks and we want to fail the build as soon as possible.

runningcode avatar Feb 07 '20 16:02 runningcode