-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi
I'm trying to get this plugin up and running in my app, bellow is my plugins block from BuildConfig.groovy
plugins {
// plugins for the build system only
build ":tomcat:7.0.54"
// plugins for the compile step
compile ":scaffolding:2.1.2"
compile ':cache:1.1.7'
compile ":asset-pipeline:1.8.11"
// plugins needed at runtime but not for compilation
runtime ":hibernate4:4.3.5.4" // or ":hibernate:3.6.10.16"
runtime ":database-migration:1.4.0"
runtime ":jquery:1.11.1"
compile ":spring-security-core:2.0-RC4"
compile ":spring-security-twitter:0.6.2"
compile ":spring-security-ui:1.0-RC2"
compile ":mail:1.0.7"
compile ":jquery-ui:1.10.4"
compile ":famfamfam:1.0.1"
runtime ":resources:1.2.14"
}
Note: I'm using grails 2.4.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
