task hello {
    doLast {
        println "hello from the other build."
    }
}
