apomelov
tasks { "hello" { doLast { ant.withGroovyBuilder { "echo"("message" to "Hello from Ant!") } } } }