Skip to content

Commit

Permalink
fix failing test after Gradle plugin configuration consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Nov 11, 2024
1 parent 619b84f commit 0b75637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GrailsGspSpec extends ApplicationContextSpec implements CommandOutputFixtu

then:
template.contains("apply plugin: \"org.grails.grails-web\"")
template.contains("id \"org.grails.grails-gsp\"")
template.contains("apply plugin: \"org.grails.grails-gsp\"")
template.contains("implementation \"org.grails.plugins:gsp\"")
}

Expand Down

0 comments on commit 0b75637

Please sign in to comment.