Skip to content

Instantly share code, notes, and snippets.

@uttamhn
Created May 28, 2013 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uttamhn/2b6dc595fc169f18d3da to your computer and use it in GitHub Desktop.
Save uttamhn/2b6dc595fc169f18d3da to your computer and use it in GitHub Desktop.
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