Hi. I'm trying to figure out the best way to manage dependencies between war files. I have the following scenario:
1. A war project called 'common' that includes alot of dependencies and webapp resources. 2. A war project called 'specialized' that includes should be based on 'common' and include all dependencies + specialized dependencies. And specialized webapp resources. When using maven it worked out of the box. How could I do this in Gradle? BR, Sten Roger
