标签: groovy gradle
task transform(type: Test) { doFirst { println 'doFirst' } doLast { println 'doLast' } }
这根本不起作用,正确用法是什么