Grails 3.0 adding an inline plugin
问题 I created simple grails 3.0 applications using commands below: create-app admin --profile=web create-plugin core --profile=plugin Now, I wanted to use core as an inline plugin in admin build, which is a web application. We can easily do that in grails version < 3.0 in buildconfig. Where can I do that in grails 3.0. Every help is worth appreciated. 回答1: Inplace plugins have been replaced by multi project Gradle builds. See the Grails 3 functional test suite for an example https://github.com