Open RastaTaz opened 2 months ago
It's because code under datastore it's not up to date, no constructor exist for ApkRecipeSupport(org.sonatype.nexus.repository.types.ProxyType, org.sonatype.nexus.plugins.apk.internal.ApkFormat) in datastore, only working with code in Orient.
Similar to : https://github.com/805728578/nexus-repository-apk/issues/6
Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.
What are you trying to do? Deploy APK repo plugin in Nexus OSS v3.72
What feature or behavior is this required for? Use Alpine containers in kind of "air gapped" environment...
How could we solve this issue? (Not knowing is okay!) Compile the KAR file using JDK17 as it is a requirement for this version os Nexus OSS...
A compiled version of KAR (attached as a 0.0.26 version) I made using JDK17 raised errors I can't solve when putting it in deploy folder of Nexus OSS 3.72. I had to make many changes to pom.xml and fiddling with artifact repositories to have it compiled but it does not load v3.72...
nexus-repository-apk-0.0.26-bundle.kar.zip
Error log:
I tried but without success, and I'm not a good coder enough to solve issues raised by Maven when trying to compile (changed pom.xml to use version 3.72 of frameworks/artifacts referenced by depenencies):
cc @DarthHater @bhamail