-
Notifications
You must be signed in to change notification settings - Fork 111
Repository Missing? Build Error #143
Description
Issue
Issue Checklist
Please follow the following steps before opening this issue.
Issues that do not complete the checklist may be closed without any help.
- I have checked for similar issues on the issue tracker.
- I have updated to the latest version of JDA-Utilities.
- I have checked the branches or the maintainers' PRs for upcoming features/bug fixes.
The issue tracker is reserved for issues, errors, and feature requests related
to JDA-Utilities, and not questions and other requests for help.
- For examples, check out the examples module or the list
of JDA-Utilities projects.- For questions join the official JDA discord server and ask them
in our#jda-utilities
channel.- For general programming questions, visit StackOverflow.
Issue Information
Check all that apply:
- This is a bug report about an error, issue, or bug in JDA-Utilities.
- I have been able to consistently reproduce this bug.
- This is a feature request for the JDA-Utilities library.
This issue tracker does not assist or handle issues with the JDA library.
For JDA related issues, visit the JDA issue tracker
and open an issue there.
Description
Describe your issue here.
Please provide any stack-traces, code, or pictures that will help describe the issue you are encountering.
My issue is with the Repository. -http://jcenter.bintray.com
Building anything throws errors because the repository is no longer hosting JDA Utilities. I checked the link out and couldn't find JDA Utilities in the repo anywhere.
Error:
[INFO] Downloading from central: https://jcenter.bintray.com/com/jagrosh/jda-utilities/3.0.5/jda-utilities-3.0.5.pom
[INFO] Downloading from jitpack.io: https://jitpack.io/com/jagrosh/jda-utilities/3.0.5/jda-utilities-3.0.5.pom
[INFO] Downloading from m2.duncte123.dev: https://m2.duncte123.dev/releases/com/jagrosh/jda-utilities/3.0.5/jda-utilities-3.0.5.pom
[INFO] Downloading from arbjergDev: https://maven.lavalink.dev/releases/com/jagrosh/jda-utilities/3.0.5/jda-utilities-3.0.5.pom
[WARNING] The POM for com.jagrosh:jda-utilities:pom:3.0.5 is missing, no dependency information available
[ERROR] Failed to execute goal on project �[36mJMusicBot�[m: �[1;31mCould not resolve dependencies for project com.jagrosh:JMusicBot:jar:Snapshot�[m
[ERROR] �[1;31mdependency: com.jagrosh:jda-utilities:pom:3.0.5 (compile)�[m
[ERROR] �[1;31m com.jagrosh:jda-utilities:pom:3.0.5 was not found in https://m2.dv8tion.net/releases during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of dv8tion has elapsed or updates are forced�[m
[ERROR] �[1;31m com.jagrosh:jda-utilities:pom:3.0.5 was not found in https://jcenter.bintray.com during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced�[m
[ERROR] �[1;31m com.jagrosh:jda-utilities:pom:3.0.5 was not found in https://jitpack.io during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jitpack.io has elapsed or updates are forced�[m
[ERROR] �[1;31m com.jagrosh:jda-utilities:pom:3.0.5 was not found in https://m2.duncte123.dev/releases during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of m2.duncte123.dev has elapsed or updates are forced�[m
[ERROR] �[1;31m com.jagrosh:jda-utilities:pom:3.0.5 was not found in https://maven.lavalink.dev/releases during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of arbjergDev has elapsed or updates are forced```