You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to start Jadx's GUI from right within my gradle script (like I do with Enigma here), and since bundling JARs into git repos is a bit annoying, it would be neat if there was a jadx-gui package on Maven Central :)
The text was updated successfully, but these errors were encountered:
@NebelNidas this can be hard for jadx-gui because it has dependencies as jar libraries.
I can pack everything into one fat jar, but it will be not very maven friendly, so I don't want to do this.
Also, I don't think anyone else needs this, because this is a very specific case.
Anyway, if you really need this, you can always create your own maven artifact 😁
Providing fat JARs is how these situations are usually handled, but I can see why you wouldn't necessarily like it. I think I'll make a fork and auto-publish that to JitPack 👍
I'd like to be able to start Jadx's GUI from right within my gradle script (like I do with Enigma here), and since bundling JARs into git repos is a bit annoying, it would be neat if there was a jadx-gui package on Maven Central :)
The text was updated successfully, but these errors were encountered: