mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-29 17:46:16 +01:00
added lombok env variable for jococo
this single env variable had to be set in order for jococo to ignore code that is auto generated by lombok annotations Pushed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com> Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com> Committed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com> Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com> Co-authored-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
# but this annotation seem to be used by Jackson.
|
# but this annotation seem to be used by Jackson.
|
||||||
# Not sure if this is realy required, but without sonia.scm.api.rest.JSONContextResolverTest breaks
|
# Not sure if this is realy required, but without sonia.scm.api.rest.JSONContextResolverTest breaks
|
||||||
lombok.anyConstructor.addConstructorProperties = true
|
lombok.anyConstructor.addConstructorProperties = true
|
||||||
|
lombok.addLombokGeneratedAnnotation = true
|
||||||
|
|||||||
Reference in New Issue
Block a user