PromucFlow_constructor/app/server/appsmith-interfaces
Shrikant Sharat Kandula 7f9d31adbc
chore: Remove QueryDSL and add Errorprone (#31754)
Two things happening in this PR.

1. We're removing QueryDSL.
2. We're adding [Errorprone](http://errorprone.info/).

Why both together? Because I can't get the build to work, if I remove
QueryDSL, and not add any other annotation processor. Lombok is refusing
to do its thing, unless there is at least one other annotation
processor, which QueryDSL was filling in for. I wanted to add Errorprone
anyway in a separate task, so didn't investigate further and just added
it here.

But adding Errorprone is not the idea for now. So all lint rules are
disable, and it has no affect on build time either. We'll slowly roll
out some of the checks and lint rules in the coming weeks.
2024-03-25 17:05:34 +05:30
..
src chore: Remove QueryDSL and add Errorprone (#31754) 2024-03-25 17:05:34 +05:30
pom.xml chore: Remove QueryDSL and add Errorprone (#31754) 2024-03-25 17:05:34 +05:30