To use the live reload functionality i have to use entry point as gradle quarkusDev to build and run my app/service on a docker container. But as I am working with a monorepo there are a lot of dependencies that gets downloaded as part of build and a lot tasks that was already completed on my local gradle.
Is there any way that i can mount my .gradle local folder to .gradle on docker container so that it can use the pre processed tasks or loaded dependencies.