Spring/Error Log

    [SPRING] Asciidoctor 빌드 오류(asGemPath())

    [SPRING] Asciidoctor 빌드 오류(asGemPath())

    에러 발생 🚨 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..

    execution failed for task ':asciidoctor'. > (loaderror) no such file to load -- asciidoctor/logging

    execution failed for task ':asciidoctor'. > (loaderror) no such file to load -- asciidoctor/logging

    에러 발생 🚨 이번 에러는 작성한 .adoc 템플릿 문서 html로 변환하는 과정에서 발생하였다. 문제 파악🚒 템플릿 문서를 못찾았다면 의존 라이브러리가 잘못 등록됐을까 하며 들어가 확인 docs.spring.io 를 확인해보면 *html 파일은 default 설정 값이면 해당 위치 생성되는 것을 확인할 수 있다. 내가 설정한 build.gradle에는 큰 문제는 없어 보이는데... 구글링 결과 비슷한 에러를 한개 확인할 수 있었다. https://github.com/asciidoctor/asciidoctor-diagram/issues/228 여기서는 Upgrading to 2.x fixed it 버전을 업그레이드하라는 말에 바로 시도!!! https://mvnrepository.com/artifact/..