Unable to import the Placeholder API into my project #1119
Answered
by
Andre601
YYDSQAQ1024
asked this question in
(2) Support
-
|
Unable to import the Placeholder API into my project Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Answered by
Andre601
May 22, 2025
Replies: 1 comment 3 replies
-
|
What is your project configuration? Because this looks like a misconfiguration to me. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you can try is to use
https://repo.helpch.at/releases/as the repository URL instead of the extendedclip one.Also, make sure that when you try to build a jar, that you provide the
-Uflag to force maven to refresh dependencies, as it could cache the broken one.