Skip to content

Commit 6e66e2b

Browse files
committed
make plugins runtime scoped
1 parent b23394a commit 6e66e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grails-resources/src/grails/grails-app/conf/BuildConfig.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ grails.project.dependency.resolution = {
3737
}
3838

3939
plugins {
40-
compile ":hibernate:$grailsVersion"
41-
compile ":jquery:1.7.1"
42-
compile ":resources:1.1.5"
40+
runtime ":hibernate:$grailsVersion"
41+
runtime ":jquery:1.7.1"
42+
runtime ":resources:1.1.5"
4343

4444
build ":tomcat:$grailsVersion"
4545
}

0 commit comments

Comments
 (0)