Skip to content

Commit d8d3f55

Browse files
committed
Add gsp dependency for createLink method
1 parent 8627741 commit d8d3f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testImplementation("org.spockframework:spock-core")
4646
compileOnly "jakarta.servlet:jakarta.servlet-api"
4747
testImplementation "jakarta.servlet:jakarta.servlet-api"
48-
48+
implementation("org.grails.plugins:gsp")
4949
implementation("org.grails.plugins:scaffolding")
5050

5151
implementation 'commons-io:commons-io:2.16.1'

0 commit comments

Comments
 (0)