I have a config.properties
file under conf
directory.
and have a entry in the above file like this: grails.tomcat.version = 2.2.4
.
How can I use this value in BuildConfig.groovy
file?
Suppose:
plugins = {
build ":tomcat:{here i want to use the config value}"
}