디버깅
[스프링] Spring Docs include 안되는 문제
index.adoc 파일에서는 잘보이는데 빌드된 파일에서는 오류가 남 해결 build.gradle asciidoctor { configurations 'asciidoctorExtensions' dependsOn test attributes 'snippets': snippetsDir inputs.dir snippetsDir sources { include '**/index.adoc' } baseDirFollowsSourceFile() }
[IntelliJ] Gradle 빌드시 "Java home is different"
1. project structure 에서 자바홈 재 설정 2. 언어 버전 재설정