RED-7404 - Add lombok.config

This commit is contained in:
Andrei Isvoran 2023-12-04 17:50:39 +01:00
parent 5c89099ac0
commit 37c2eef2f9
2 changed files with 2 additions and 0 deletions

1
lombok.config Normal file
View File

@ -0,0 +1 @@
lombok.anyConstructor.addConstructorProperties=true

View File

@ -26,6 +26,7 @@ import software.amazon.awssdk.services.s3.model.NoSuchKeyException;
@Slf4j @Slf4j
@Service @Service
@RequiredArgsConstructor @RequiredArgsConstructor
@SuppressWarnings("PMD")
public class UncompressedFilesMigrationService { public class UncompressedFilesMigrationService {
private final StorageClientCache storageClientCache; private final StorageClientCache storageClientCache;