Skip to content

Commit

Permalink
gsp required for compilation and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 2, 2024
1 parent 4700627 commit 0ceb99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-web-taglib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ dependencies {
compileOnlyApi "jakarta.servlet:jakarta.servlet-api"
api "org.grails:grails-web-common:$grailsVersion"
api project(":grails-taglib")
compileOnly project(":grails-gsp")
testImplementation project(":grails-gsp")

testRuntimeOnly "org.grails:grails-spring"
}
Expand Down

0 comments on commit 0ceb99f

Please sign in to comment.