snimavat opened a new issue, #14474:
URL: https://github.com/apache/grails-core/issues/14474
When a project uses any plugin as exploded as below
```
grails {
exploded = true
plugins {
compile project(':inline-plugin')
}
}
```
Db migration will try to run the commands on the plugin too, and will fails
with error
Try with attached example
[bugwork.zip](https://github.com/grails-plugins/grails-database-migration/files/1104249/bugwork.zip)
run the grails dam-generate-gorm-changelog on the app and u should see the
error.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]