Skip to content

Commit 687cc60

Browse files
committed
Make 'grails-codecs' a runtime dependency to ensure it gets added to the classpath
1 parent 1c91610 commit 687cc60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-plugin-codecs/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dependencies {
22
compile "commons-lang:commons-lang:$commonsLangVersion"
33
compile project(":grails-web"), project(":grails-plugin-converters"), project(":grails-encoder")
4+
runtime project(":grails-codecs")
45
}

0 commit comments

Comments
 (0)