I have weblogic 10.3.6 installed on local. I usually add wlserver_10.3\server\lib\weblogic.jar
in classpath of my eclipse project and it brings all other weblogic runtime jars to the classpath from MANIFEST.MF file of weblogic.jar.
See image showing content of MANIFEST.MF.
The problem I have is with gradle project when I add weblogic jar as flat dir dependency.
It pulls only weblogic.jar to the classpath but does not respect it's MANIFEST.MF and does not bring all other jars.
Is there any standard way in gradle to pull dependencies from MANIFEST.MF of included jar?