Closed DarkPizza closed 4 months ago
We do not use Jitpack for builds. We have our own Maven repository at https://maven.lavalink.dev
Apparently mavenCentral
is what the README suggests using. Not sure why it can't resolve an artifact from there, so I would recommend using https://maven.lavalink.dev/#/releases/dev/arbjerg/lavaplayer for grabbing artifacts instead.
If you head over to https://maven.lavalink.dev/#/ there's an example Gradle config on the right side of the page. You will need the releases
repository
Errors:
My build.gradle is:
I tried to do it using Gradle 7.2 or 8.2 and Java 11 or 17 and was still unsuccessful.
What's wrong here?