David W
10/18/2022, 4:26 AM<http://jars-config.pro|jars-config.pro>
is invalid, is there any way to handle that?
The same output jar [F:\<path>\tmp\main-release\proguard\gluegen-rt-natives-windows-amd64-1d9211c54ac0a72ba2b6397fc93c9894.jar] is specified twice.
And sure enough, the same outjars
is added twice to that file.
I took another look and it seems like this is happening for jars that are included both in remote dependencies as well as fileTree
dependencies.
So, maybe that generator is looks at the injars/outjars as a pair for comparison, rather than checking for duplicates of outjars on its own.David W
10/18/2022, 4:27 AMDavid W
10/18/2022, 4:27 AM