shevek / jarjar

Jar Jar Links is a utility that makes it easy to repackage Java libraries and embed them into your own distribution.
Apache License 2.0
735 stars 93 forks source link

Rule cannot modify service provider path. #14

Open mingen-pan opened 4 years ago

mingen-pan commented 4 years ago

After using rule to modify the class path, I realize the class paths in the files of META-INF/services used by ServiceProvider are not changed accordingly.

Is there a way to work around it?