[MINOR] Run delombok only in the release profile - #884
Merged
vinishjail97 merged 2 commits intoAug 7, 2026
Annotations
2 warnings
|
Build all module with Maven:
xtable-core/src/main/java/org/apache/xtable/delta/DeltaConversionSource.java#L73
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
|
|
Build all module with Maven:
xtable-core/src/main/java/org/apache/xtable/kernel/DeltaKernelConversionSource.java#L77
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
|
background
wait
wait-all
cancel
parallel
Loading