-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbm-generate-gorm-changelog fails with error #160
Comments
Almost all command throws error when it tries to run on submodules. With gradle i can target a single module, how do we do it here |
Any one coming here for solution. This is what worked for me Run the command as gradle task, and target a single project
@jameskleeh is there any other grails specific solution ? |
For grails 5 (gradle 7)follow instructions in the page |
Grails 5 / Gradle 7 - instruction didn't help to solve the issue. However, workaround with :runCommand works fine |
Grails version 3.3.10.
Plugin version 3.1.0.RC1
Grails /gradle installed using sdkman
It is a multimodule gradle app.
The task is run on main app.
The changelog.groovy is generated though, but error is thrown at the end when it tries to run the command on other gradle modules.
Caused by: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':crudify:dbmGenerateGormChangelog'.
Here crudify is being used as inplace plugin ( compile project(':crudify'))
The text was updated successfully, but these errors were encountered: