- index.adoc 파일에서는 잘보이는데 빌드된 파일에서는 오류가 남
- 해결
build.gradle
asciidoctor {
configurations 'asciidoctorExtensions'
dependsOn test
attributes 'snippets': snippetsDir
inputs.dir snippetsDir
sources {
include '**/index.adoc'
}
baseDirFollowsSourceFile()
}
'디버깅 > 스프링 Data JPA' 카테고리의 다른 글
[IntelliJ] 파일에서 한글 적용 안될때 (0) | 2022.06.04 |
---|---|
[IntelliJ] Gradle 빌드시 "Java home is different" (0) | 2022.06.03 |