Dependent Gradle Project || Fix: Jar/WAR Creation

Job ID: 38955106

Budget: ₹1,500 – ₹12,500 INR

I'm facing issues with my dependent Gradle project specifically related to the creation of Jar and WAR files.

Ideal Skills and Experience:
- Proficiency in Gradle
- Experience with Jar and WAR file creation

I need a freelancer who can help troubleshoot these issues and get my project back on track.

FREELANCER HAS TO SOLVE THIS ISSUE ON REMOTE DESKTOP, AS I CANT SHARE THE CODE.

I will explain the issue here. Say I have java project JA, JB, JC, JD

NOTE: There is no error in any project, and is compiling well.

JB is dependent on JA
JD is dependent on JB and JC

When I try to create an executable JD jar, it should bundle/export all dependant jar files. But it is not happening.

Similarly, there is a web project say WA which is dependent on JB and JC. I want to bundle WAR with dependencies.