jdaugherty commented on code in PR #14768: URL: https://github.com/apache/grails-core/pull/14768#discussion_r2103712098
########## grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy: ########## @@ -768,4 +770,49 @@ class GrailsGradlePlugin extends GroovyPlugin { } fileCollection } + + /** + * Configures a task to verify that essential Grails project directories exist and creates them if missing. + * + * This method registers a task named 'verifyGrailsProjectDirectories' that creates the following + * directories if they do not already exist: + * - grails-app/services + * - grails-app/domain + * - grails-app/taglib + * - grails-app/migrations Review Comment: not everyone has the migraiton plugin and not every project has them. I don't agree that we should create this. I'm ok creating this if the migration plugin is applied to the project though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org