Hi,
I have a Multiproject gradle build. If a developer works on like 4 of 80 modules. Is there a way that gradle recognizes which modules the developer was working on and only build and copies those jars to a Tomcat instance?
Something like a “Rebuild all modules which I was working on, create Jars and copy those to Tomcat”-function?
I know I need to write a task but I’m kind of lost where to start here