7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
# This file configures Lombok for the project
|
|
# See https://projectlombok.org/features/configuration
|
|
|
|
# Add @Generated annotation to all generated code
|
|
# This allows JaCoCo to automatically exclude Lombok-generated code from coverage
|
|
lombok.addLombokGeneratedAnnotation = true
|