The compile dependency on the resource plugin breaks installation with Grails 2 since it comes bundled by default.
| Warning
Plugin declares a runtime dependency on plugin [resources: 1.0 > *] but does not define the plugin within its transitive metadata. Contact the plugin author to fix this problem or declare the plugin yourself inside BuildConfig.groovy. Example:
...
plugins {
compile ":resources:1.0 > *"
}
This should be a simple fix, can we get a v2 version?
The compile dependency on the resource plugin breaks installation with Grails 2 since it comes bundled by default.
This should be a simple fix, can we get a v2 version?