We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45aaad commit 0b14236Copy full SHA for 0b14236
grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/web/gsp/GroovyPagePlugin.groovy
@@ -58,7 +58,7 @@ class GroovyPagePlugin implements Plugin<Project> {
58
}
59
60
61
- compileGroovyPages.dependsOn( allTasks.withType(GroovyCompile) )
+ compileGroovyPages.dependsOn( allTasks.findByName("classes") )
62
compileGroovyPages.dependsOn( compileWebappGroovyPages )
63
64
allTasks.withType(War) { War war ->
0 commit comments