I'm trying out the plugin on a Grails 2.4.4. app that doesn't use the resources plug so I add the following to BuildConfig.groovy:
runtime ":resources:1.2.13"
compile ":rest-api-doc:0.5"
I then run the grails rest-api-doc command and get this error:
| Error 2014-12-25 10:10:00,962 [main] ERROR resource.ResourceProcessor - Unable to load resources
Message: No signature of method: groovy.util.ConfigObject.getGrailsPlugin() is applicable for argument types: (java.lang.String) values: [jquery-ui]
I've tried removing the asset-pipeline plugin because of an incompatibility between resources and asset-pipeline but the problem continues.
I'm trying out the plugin on a Grails 2.4.4. app that doesn't use the resources plug so I add the following to BuildConfig.groovy:
I then run the
grails rest-api-doccommand and get this error:I've tried removing the asset-pipeline plugin because of an incompatibility between resources and asset-pipeline but the problem continues.