Skip to content

Instantly share code, notes, and snippets.

@alvarosanchez
Created June 2, 2014 00:00
Show Gist options
  • Save alvarosanchez/e45e3cb459b4065c3c77 to your computer and use it in GitHub Desktop.
Save alvarosanchez/e45e3cb459b4065c3c77 to your computer and use it in GitHub Desktop.
Dependencies and plugins
dependencies {
runtime 'com.github.groovy-wslite:groovy-wslite:0.8.0'
}
plugins {
// plugins for the build system only
build ":tomcat:7.0.50"
// plugins for the compile step
compile ":scaffolding:2.0.1"
compile ':cache:1.1.1'
compile ':spring-security-core:2.0-RC3'
compile ":spring-security-rest:1.3.4", {
excludes: 'spring-security-core'
}
compile ":functional-spock:0.7"
// plugins needed at runtime but not for compilation
runtime ":hibernate:3.6.10.7" // or ":hibernate4:4.3.5.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment