Skip to content

Grails 3.0.11 command 'rest-api-doc' not found #69

@tjeerdnet

Description

@tjeerdnet

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions