ResilientGradleBuild

Provides information about the structure of a Gradle build. This is a "resilient" version of GradleBuild that provides information about build failures.

Since

9.3.0

Functions

Link copied to clipboard
abstract fun didItFail(): Boolean
Returns whether the project has failed to load the full build.
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getFailures(): @Nullable Collection<String>
Returns the failure that caused the build to fail, if any.
Link copied to clipboard
abstract fun getGradleBuild(): GradleBuild
Returns the GradleBuild instance