[SPRING] Asciidoctor 빌드 오류(asGemPath())
·
Spring/Error Log
에러 발생 🚨 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. 이번 에러는 작성한 .adoc 템플릿 문서 html로 변환하는 과정에서 발생하였다. asGemPath()에 문제가 있다면서 안된다. 확인을 해보니 스니펫에 adoc파일들은 만들어지는데 html이 안만들어졌다. 문제 파악🚒 gradle..