when installing a shadow application the -all jar and all deps from the shadow configuration are copied to the /lib directory.
The manifest file in the shadow jar references the path to the external jars as 'lib/file.jar'. This is incorrect because the manifest will be loading the files from a path relative to where the manifest is.