Skip to content

Commit

Permalink
Gradle 8 compatability: compileWebappGroovyPages depends on copyAstCl…
Browse files Browse the repository at this point in the history
…asses
  • Loading branch information
codeconsole committed Sep 16, 2024
1 parent 5b7af40 commit 4936b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class GroovyPagePlugin implements Plugin<Project> {
}

compileWebappGroovyPages.setClasspath( allClasspath )

compileWebappGroovyPages.dependsOn(allTasks.findByName("copyAstClasses"))

project.afterEvaluate {
GrailsExtension grailsExt = project.extensions.getByType(GrailsExtension)
Expand Down

0 comments on commit 4936b04

Please sign in to comment.