Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.14 KB

spring java

Spring REST Docs

With REST Assured

  • Spring REST Docs 2.0.6
  • rest-assured 4.5.1


Troubleshooting

버전 관련 문제

Some problems were found with the configuration of task ':asciidoctor' (type 'AsciidoctorTask').
  - In plugin 'org.asciidoctor.convert' type 'org.asciidoctor.gradle.AsciidoctorTask' method 'asGemPath()' should not be annotated with: @Optional, @InputDirectory.
> (LoadError) no such file to load -- asciidoctor/logging
  • gradle version 7.5.1 -> 6.9.3 변경 했다가 현재 사용하고 있는 spring-restdocs 버전에 맞춰 id "org.asciidoctor.jvm.convert" version "3.3.2"로 plugin 변경
  • gradle version 7.5.1 + org.asciidoctor.jvm.convert version 3.3.2

Asciidoc 문서 경로 설정 문제