-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I am using Grails 3.0.11 and the documentation of RestApiDoc states that I should include the plugin by adding the line:
compile ":rest-api-doc:0.6.1"
This does not work in Grails 3.0.11, according to the documentation it should be like this:
compile "org.grails.plugins:rest-api-doc:0.6.1"
Did that and the plugin is downloaded and in IntelliJ (14.1.1) I can see the library in my list of dependencies. However if I try to run the command to create the REST-documentation it fails:
grails rest-api-doc
| Error Command not found rest-api-doc
Did you mean: test-app or test or stop-app?
Do I have to run the command via Gradle and/or how is it possible to get it working Grails 3+?
Metadata
Metadata
Assignees
Labels
No labels