get
  Deprecated
Returns the build directory of this project. The build directory is the directory which all artifacts are generated into. The default value for the build directory is projectDir/build
Return
The build directory. Never returns null.
Deprecated
Use getLayout().getBuildDirectory() instead