Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proguard maven plugin version 2.6.0 with java17 #285

Open
ndangarosia opened this issue Jul 19, 2023 · 0 comments
Open

proguard maven plugin version 2.6.0 with java17 #285

ndangarosia opened this issue Jul 19, 2023 · 0 comments

Comments

@ndangarosia
Copy link

ndangarosia commented Jul 19, 2023

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

image

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

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant