-
Notifications
You must be signed in to change notification settings - Fork 736
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
Document how to use REST Docs with the new org.asciidoctor.jvm.convert Gradle plugin #680
Comments
Have you tried using |
If I use id 'org.asciidoctor.jvm.convert' version '3.2.0' gradle clean will throw
|
Thanks. That's a problem in your configurations {
asciidoctorExt
}
dependencies {
asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor'
// …
}
asciidoctor {
configurations 'asciidoctorExt'
// …
} We can use this issue to track making some updates to REST Docs' documentation to show how the newer Asciidoctor Gradle plugin should be configured. |
org.asciidoctor.convert
to org.asciidoctor.jvm.convert
Thanks for your help. |
If include not found, you can follow this asciidoctor/asciidoctor-gradle-plugin#549 |
@wilkinsona I faced the same issue and your comment solved it. I can document this for you if you don't mind. Just point it out where I should update this that I'll do. Would it be here: |
Closing in favor of #744. |
spring-restdocs-asciidoctor seems that it doesn't support the latest asciidoctor plugin.
Here is my config.
gradle clean
gradle build
The text was updated successfully, but these errors were encountered: