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

update jarjar tool to work with libs compiled with newer java versions #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vegegoku
Copy link
Contributor

@vegegoku vegegoku commented Mar 4, 2024

The current version of jarjar provided in the repo cant process jars compiled with newer java versions, for example it works for guava-19.0 but no longer works with guava-23.0 or above, this PR updates the jar with a version that uses a newer version of asm to support libs built with newer java version.

lib/tonicsystems/jarjar/README.md Outdated Show resolved Hide resolved
lib/tonicsystems/jarjar/README.md Outdated Show resolved Hide resolved
lib/tonicsystems/jarjar/README.md Outdated Show resolved Hide resolved
@vegegoku vegegoku force-pushed the update-jarjar-tool branch 3 times, most recently from 8dc21cb to e893b66 Compare March 4, 2024 22:14
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

Successfully merging this pull request may close these issues.

None yet

2 participants