We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23394a commit 6e66e2bCopy full SHA for 6e66e2b
grails-resources/src/grails/grails-app/conf/BuildConfig.groovy
@@ -37,9 +37,9 @@ grails.project.dependency.resolution = {
37
}
38
39
plugins {
40
- compile ":hibernate:$grailsVersion"
41
- compile ":jquery:1.7.1"
42
- compile ":resources:1.1.5"
+ runtime ":hibernate:$grailsVersion"
+ runtime ":jquery:1.7.1"
+ runtime ":resources:1.1.5"
43
44
build ":tomcat:$grailsVersion"
45
0 commit comments