阅读背景:

Gradle入门二——创建task

来源:互联网 

1.在项目的build.gradle中添加新的task

task hello1{
    doLast{
        println 'hello from other script'
    }
}task hello1{



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: