on a jar file from compile dependencies causes pathnames that exceed the windows MAX_PATH limit of 260 characters. On my local machine it is fine, but my gradle CI machine has the project cloned on a slightly longer root path.
I'm using it for proguard tasks a bit like this -
(because the current PATH is used in the set variable)
d
Dico
11/05/2019, 10:41 AM
I don't think shadowjar is the solution, I think I'll use a jar task for this and use include/exclude on the task instead of the filetree as a workaround