-
Notifications
You must be signed in to change notification settings - Fork 10
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
Improvement: allow grails-profile plugin contains groovy source files #95
Comments
I create a Grails Profile project which contains custom |
It seems like one or more Gradle plugins are trying to add a task with same name which is not possible. I would need to look into details for more information. Also, I have noticed that the sample application is using “org.grails.internal.grails-profile-publish" which is only meant to be used internally by us and not meant for the community. The designs and decision for this plugin are solely based on internal Grails project and may change frequently. So, I would recommend removing it and instead use Gradle “maven-publish” plugin directly for publishing the profiles. Another thing is that the sample application is using older version of Grails and Grails Gradle Plugin. I think it would be worth trying to update to latest. |
Yes, 'processResources' conflicts with the same task name from Groovy Plugin.
There was another error when updated to 5.1.2, #94 |
Current version grails profile Gradle plugin don't allow project contain groovy source files, when apply
groovy
plugin, it has below errors.Demo project
Environment:
The text was updated successfully, but these errors were encountered: