java10을 설치하고 나서 lombok 어노테이션 기반의 gradle 컴파일에 이슈가 있다. (Intellij는 이상없다)
$ gradle compileJava
> Task :compileJava FAILED
error: cannot find symbol
import com.google.api.entity.opentsdb.DownSample.DownSampleBuilder;
^
symbol: class DownSampleBuilder
location: class DownSample
1 error
@Data
@ToString
@Builder
@AllArgsConstructor
public class DownSample {
long interval;
AggregatorType aggregator;
DownSampleFill fill;
}
java 컴파일 이슈로 보인다..
https://github.com/rzwitserloot/lombok/issues/1646
'scribbling' 카테고리의 다른 글
소비자 주도 계약 테스트 (0) | 2018.06.18 |
---|---|
[kubernetes] gcp에서 nginx loadbalancer 실행 및 kubectl get pods 테스트 (0) | 2018.06.11 |
롤아웃(roll-out) 의미 (0) | 2018.06.04 |
[펌] consul service discovery & failure detection (0) | 2018.06.01 |
우분투 개발 코드 이름 유래 (0) | 2018.05.31 |