#Did someone try to build jar with shadowJar and Proguard?
21 messages · Page 1 of 1 (latest)
I've got shadow working, but I don't use progaurd
Doesn't it make JAR huge?
In my case it bundled the entire minecraft lol
yep, you have to do tricky stuff to make shadowJar include only specific things (don't remember how but I did it long time ago editing stuff in build.gradle)
it is clearly better to just include the libraries you want instead of using shadowJar (in case this is for that stuff)
Based on Proguard in question I don't think he want to just include libs
lmao
Last time I used ProGuard with Android
In modding it kind useless for many reason
Ah. Basic use of ProGuard is not that. Its obfuscator
Thats make community do not make addons and/or else integrations
Ye but I exaplain just case of most popular use in modding
But ye, we don't basicly use both. Just include() one by one required for us libraries
If you mod not 500mb then its not bad xD
exactly, I don't need obfuscation
That is evil and unnecessary. Why would anyone do this?
There is only one reason why anyone should do that, and that is simply to prove that it can be done for the sake of research.
Just don't sell stuff
Be a real open sourcer
And if you wanna sell something with a license check, then java is obviously the wrong language
That sounds like you should get a job /hj
And java is not very great for projects with license checks, considering how easily decompilable and deobfuscatable it is