Android Gradle 自定义任务执行命令行

时间:2017-06-25 12:26:30   收藏:0   阅读:524

 

tasks.create("name": "testAssemble", "type": Exec) {
    workingDir "../"
    commandLine "./gradlew", "assembleDebug"
}

 

原文:http://www.cnblogs.com/negro-guoguo/p/7076425.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!