Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created May 21, 2012 18:38
Show Gist options
  • Select an option

  • Save coderberry/2763833 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/2763833 to your computer and use it in GitHub Desktop.
BuildConfig.groovy
dependencies {
runtime 'postgresql:postgresql:9.1-901-1.jdbc4'
}
plugins {
runtime ":hibernate:$grailsVersion",
":jquery:1.7.1",
":resources:1.1.6",
":spring-security-core:1.2.7.3",
":taggable:1.0.1",
":tagcloud:0.3",
":markdown:1.0.0.RC1",
":avatar:0.6.1",
":feeds:1.5",
":pretty-time:0.3",
":joda-time:1.4",
":mail:1.0",
":executor:0.3",
":google-url-shortener:0.1"
build ":tomcat:$grailsVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment