task build(type: GradleBuild) {
    buildFile = 'other.gradle'
    tasks = ['hello']
    startParameter.searchUpwards = false
}
