cannot find symbol1 [Gradle] GRADLE 5 + BOOT 2.x + Lombok 빌드 이슈 ▣ 이슈상황 Gradle 버젼업 하기 전에 잘 빌드되는 소스 코드가 오류가 난다. 오류 메시지 :: cannot find symbol ▣ Project 설정 후 테스트 과정에서 오류 // build.gradle compile("org.projectlombok:lombok") // Java class with lombok annotation @Getter public class TestDto { private String name; private int amount; @Builder public TestDto(String name, int amount) { this.name = name; this.amount = amount; } } ▣ Error Message Testing started at 10:58.. 2020. 5. 3. 이전 1 다음