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 have multiple projects to be obfuscated , so they are included like this inside configuration
I am using proguard maven plugin version 2.6.0, proguard version 7.2.2 and Java 17
Now, from these 2 projects (i.e, ar1 and ar2) are mentioned in dependencies block and while proguard obfuscate them , in output jars they are not bundled as jar but only classes are there while the project (i.e ar3) not in dependencies block , correctly bundled as jar
Can I bundle all the projects as jar ? In previous version, with proguaguard maven plugin version 2.0.14 and proguardVersion 6.1.1 and it was working fine. All jars were bundled as expected
The text was updated successfully, but these errors were encountered:
I have multiple projects to be obfuscated , so they are included like this inside configuration
I am using proguard maven plugin version 2.6.0, proguard version 7.2.2 and Java 17
Now, from these 2 projects (i.e, ar1 and ar2) are mentioned in dependencies block and while proguard obfuscate them , in output jars they are not bundled as jar but only classes are there while the project (i.e ar3) not in dependencies block , correctly bundled as jar
Can I bundle all the projects as jar ? In previous version, with proguaguard maven plugin version 2.0.14 and proguardVersion 6.1.1 and it was working fine. All jars were bundled as expected
The text was updated successfully, but these errors were encountered: