//定义任务打印gradle下载的jar包位置
task showMyCache {
configurations.compile.each { println it }
}
05-07 15:47