Skip to content

Instantly share code, notes, and snippets.

@uttamhn
Created May 28, 2013 09:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
BuildConfig.groovy entries
plugins {
runtime ":hibernate:$grailsVersion"
runtime ":jquery:1.8.0"
runtime ":resources:1.1.6"
runtime ":zipped-resources:1.0"
runtime ":searchable:0.6.3"
runtime ":cached-resources:1.0"
runtime ":spring-security-core:1.2.7"
compile ":cache-headers:1.1.5"
compile ":mail:1.0"
compile ":jasper:1.5.3"
compile ":jquery-ui:1.8.15"
compile ":csv:0.3.1"
compile ":quartz2:0.2.3"
build ":tomcat:$grailsVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment