[Gradle] Don't run post-evaluation-checks on projects that failed to configure
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
This commit is contained in:
committed by
Space
parent
e4827efb4a
commit
29fb74d27d
Generated
+1
-1
@@ -15,4 +15,4 @@
|
||||
<component name="KotlinCompilerSettings">
|
||||
<option name="additionalArguments" value="-version -Xallow-kotlin-package -Xskip-metadata-version-check" />
|
||||
</component>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user