-
Notifications
You must be signed in to change notification settings - Fork 52
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
Grails 3 support #72
Comments
Not currently, it would need to be completely rewritten from scratch |
We have a large project with a few grails plugins, a few grails apps, some jar components and a bunch of file system resources. We currently use maven to orchestrate the multi-module build. What is the best way to support these types of multi-module grails + other stuff builds for 3.0? Convert the whole thing to gradle? Or can we retain maven as the main project driver but hand over to gradle or cli for building grails plugins and apps. |
You could try something like this https://github.com/if6was9/gradle-maven-plugin |
Thank you @graemrocher, I finally solved with it. |
Thanks guys. Sounds like a plan. We'll try this when its time to migrate to 3.x |
Are there any plans to update the plugin to the current grails major version?
The text was updated successfully, but these errors were encountered: