Skip to content

Commit

Permalink
Template repository changes: remal-gradle-plugins/template
Browse files Browse the repository at this point in the history
  • Loading branch information
remal-gradle-plugins committed Nov 22, 2024
1 parent c185ab9 commit eed1c87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lombok.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ lombok.fieldNameConstants.uppercase = true

lombok.anyConstructor.addConstructorProperties = false

lombok.copyableAnnotations += org.jetbrains.annotations.Nls
lombok.copyableAnnotations += org.jetbrains.annotations.NonNls
lombok.copyableAnnotations += org.jetbrains.annotations.NotNull
lombok.copyableAnnotations += org.jetbrains.annotations.Nullable
lombok.copyableAnnotations += org.jetbrains.annotations.UnknownNullability
lombok.copyableAnnotations += org.jetbrains.annotations.Unmodifiable
lombok.copyableAnnotations += org.jetbrains.annotations.UnmodifiableView
lombok.copyableAnnotations += com.fasterxml.jackson.annotation.JacksonInject
Expand Down

0 comments on commit eed1c87

Please sign in to comment.