Migrate dex2jar to Maven Central#768
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #768 +/- ##
=============================================
+ Coverage 63.55% 63.61% +0.05%
- Complexity 3347 3350 +3
=============================================
Files 318 318
Lines 15088 15088
Branches 2543 2543
=============================================
+ Hits 9589 9598 +9
+ Misses 4602 4593 -9
Partials 897 897 ☔ View full report in Codecov by Sentry. |
|
I ended up here following a string of errors and issues because of the missing dex dependency. Unfortunately, there is not yet a release on mvn central of sootup that contains this fix here. Do you foresee a release with this fix any time soon? |
|
yes there will be a release in the near future - in the meantime you could use the latest develop via jitpack.io see https://soot-oss.github.io/SootUp/develop/installation/ |
Thanks. I‘ll try that as a temporary workaround. The issue is that I am trying to integrate SootUp into https://github.com/Fraunhofer-AISEC/cpg and we don’t want to force our users to use an additional repo besides Maven central. (We already need to do it for our C++ parsers, but that’s another story). This should at least unblock development and I probably need to wait for your next release before we merge it into our main. |
This should resolve issues with jitpack.io by making it pretty much obsolete.
Releases are done automatically - the patch version is increased automatically and corresponds to the build number in dex2jar's pipeline.
If you need anything else, feel free to contact or ping me or just open an issue at my repository!
Fixes #669