Skip to content

Commit

Permalink
build: include grails-plugin-codecs in grails-plugin-gsp
Browse files Browse the repository at this point in the history
Add `grails-plugin-codecs` as it is required at runtime by `grails-plugin-gsp` for the `CodecLookup` bean.
  • Loading branch information
matrei committed Jan 14, 2025
1 parent e561f1a commit 88f88c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-plugin-gsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ dependencies {
*/
}

runtimeOnly "org.grails:grails-plugin-codecs:$grailsVersion" // Registers CodecLookup bean

testCompileOnly 'jakarta.annotation:jakarta.annotation-api'

testImplementation project(':grails-web-jsp'), { // TagLibraryResolverImpl
Expand Down

0 comments on commit 88f88c7

Please sign in to comment.