Backend-monorepo gradle version upgrade

Hi backend monorepo engineers,

We're upgrading gradle version from 3.4 to 4.7. The aim is to increase the build performance in general; specifically, to enable other tools to build the monorepo.
You may want to check gradle docs for deprecations and potential breaking changes. We've tested these cases, and so far everything is working well.
There are some things to be noted, though:

Last but not least, upgrading gradle versions for a repository with 200+ services takes quite some time and will take longer in the future. We hoped this will be the last centralized gradle upgrade for the monorepo as we're putting our focus to explore the multiple git repositories approach