Skip to content

Commit

Permalink
Merge pull request #331 from codeconsole/7.0-fix-gradle-dependson
Browse files Browse the repository at this point in the history
Gradle 8 compatability: compileWebappGroovyPages depends on copyAstClasses
  • Loading branch information
codeconsole authored Sep 17, 2024
2 parents 5b7af40 + 4936b04 commit 33ac8ec
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 33ac8ec

Please sign in to comment.