【发布时间】:2012-02-03 19:24:59
【问题描述】:
build、runtime 和 compile 之间有什么区别,在 BuildConfig.groovy (1.3.7) 中
grails.project.dependency.resolution = {
plugins {
build "acme:acme-cache:latest.integration"
}
dependencies {
build "com.foo.bar:foobar:1.0.5"
runtime "org.apache.httpcomponents:httpclient:4.0.3"
compile("com.thoughtworks.xstream:xstream:1.3.1")
}
}
【问题讨论】:
标签: grails build compilation config