Skip to content

Commit

Permalink
fix: use lavalink maven repo (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
viztea authored Oct 26, 2024
1 parent cd857fb commit aa6a3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/LavalinkGradlePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ private fun Project.configureDependencies(): Provider<Dependency> {
mavenCentral()
maven("https://jitpack.io")
// Required for runtime
maven("https://maven.arbjerg.dev/releases")
maven("https://maven.arbjerg.dev/snapshots")
maven("https://maven.lavalink.dev/releases")
maven("https://maven.lavalink.dev/snapshots")
// Required for Lavalink Dependencies
@Suppress("DEPRECATION")
jcenter()
Expand Down

0 comments on commit aa6a3f3

Please sign in to comment.