RankSync icon indicating copy to clipboard operation
RankSync copied to clipboard

Missing Maven dependency: Language Helper

Open lMartin3 opened this issue 3 years ago • 1 comments

When trying to build the latest version, the following error occurs:

[WARNING] The POM for com.gmail.chickenpowerrr:languagehelper:jar:0.0.3 is missing, no dependency information available

This is because language helper is (as far as I know) not available on a maven repo. Currently, the only way to obtain this dependency is by cloning the github repo and building it locally, in order to get it on maven local. I suggest you publish it on maven central or on a third party maven repo, to make the build process easier and more friendly, specially for CI/CD systems.

lMartin3 avatar Sep 22 '22 13:09 lMartin3

I have this problem too. It's been a long time since you wrote it, but did you solve it somehow?

If so, could you somehow help me how to get the "Language Helper" package into Maven, because I don't know how to Build a project without it.

nixacik avatar Jan 21 '24 00:01 nixacik