Gradle入门(2) -- 创建模板工程
Gradle的标准模板和Maven的是一样的:
}
dependencies {
classpath ':templates:1.2'
}
}
apply plugin: 'templates'
(3)执行脚本

发布时间: 2012-10-30 16:13:35 作者: rapoo
Gradle入门(2) -- 创建模板工程
Gradle的标准模板和Maven的是一样的:
}
dependencies {
classpath ':templates:1.2'
}
}
apply plugin: 'templates'
(3)执行脚本
