When compiling a groovy project, gradle creates files in $projectRoot/build/. Is there a way to configure this to e.g. an absolute path?
$projectRoot/build/
You can add project.buildDir = 'your/directory' to the file build.gradle you can place it anywhere in separate line