29fb74d27d
When in 'lenient' or 'classpath' mode, Gradle will catch exceptions during project evaluation and collect them into the 'ClassPathModeExceptionCollector'. Running checks on the project after evaluation should only happen if the project is properly configured (aka no such exceptions collected) to prevent false positive error reports (that will then fail the Gradle process and swallow the real cause) ^KT-48823 Verification Pending