-
Notifications
You must be signed in to change notification settings - Fork 32
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
Grails 3.0.11 command 'rest-api-doc' not found #69
Comments
+1 |
I run grails 3.1.0M1 but I'm not even able to find the plugin for download.
And if I look in the repositories that gradle is searching in to find the plugin I don't find it either. Are you sure that you did download the plugin and not just IntelliJ that missed to send out an error message? |
@vatanbytyqi be sure that you have included the right repositories, the ones I included in my Gradle build:
|
@tjeerdnet thanks! I was missing the grails/repo. If I list all the plugins with
Then I'm not able to see rest-api-doc listed there. Same for you? |
Any movement on this issue? Would love to have rest-api-doc working for Grails 3.*. |
+1 |
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+?
The text was updated successfully, but these errors were encountered: