Skip to content

Commit

Permalink
GrailsExtension registration needs to be done bebore groovy configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
codeconsole committed Nov 9, 2024
1 parent 4b11413 commit bb51cd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ class GrailsGradlePlugin extends GroovyPlugin {

applyDefaultPlugins(project)

registerGrailsExtension(project)

configureGroovy(project)

configureMicronaut(project)

registerToolingModelBuilder(project, registry)

registerGrailsExtension(project)

applyBasePlugins(project)

registerFindMainClassTask(project)
Expand Down

0 comments on commit bb51cd8

Please sign in to comment.