api / org.gradle.tooling.model / GradleProject / getBuildDirectory

getBuildDirectory

abstract fun getBuildDirectory(): File

Returns the build directory for this project.

Exceptions

UnsupportedMethodException - For Gradle versions older than 2.0, where this method is not supported.

Return
The build directory.

Since
2.0