Skip to content

Commit aca21d0

Browse files
committed
update maven repo to maven.lavalink.dev
1 parent aeb7f0e commit aca21d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ LOGGING_LOGBACK_ROLLINGPOLICY_MAX_HISTORY
236236

237237

238238
### Binary
239-
Download binaries from the [Download Server](https://repo.arbjerg.dev/artifacts/lavalink/), [GitHub releases](https://github.com/lavalink-devs/Lavalink/releases) (specific versions prior to `v3.5` can be found in the [CI Server](https://ci.fredboat.com/viewLog.html?buildId=lastSuccessful&buildTypeId=Lavalink_Build&tab=artifacts&guest=1)) or [GitHub actions](https://github.com/lavalink-devs/Lavalink/actions).
239+
Download binaries from the [Download Server](https://repo.lavalink.dev/artifacts/lavalink/), [GitHub releases](https://github.com/lavalink-devs/Lavalink/releases) (specific versions prior to `v3.5` can be found in the [CI Server](https://ci.fredboat.com/viewLog.html?buildId=lastSuccessful&buildTypeId=Lavalink_Build&tab=artifacts&guest=1)) or [GitHub actions](https://github.com/lavalink-devs/Lavalink/actions).
240240

241241
Put an `application.yml` file in your working directory. ([Example here](LavalinkServer/application.yml.example))
242242

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
mavenCentral() // main maven repo
2929
mavenLocal() // useful for developing
3030
maven("https://m2.dv8tion.net/releases")
31-
maven("https://maven.arbjerg.dev/releases")
31+
maven("https://maven.lavalink.dev/releases")
3232
jcenter()
3333
maven("https://jitpack.io") // build projects directly from GitHub
3434
}

repositories.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ publishing {
2424
if (findProperty("MAVEN_USERNAME") != null && findProperty("MAVEN_PASSWORD") != null) {
2525
println("Publishing to Maven Repo")
2626
repositories {
27-
def snapshots = "https://maven.arbjerg.dev/snapshots"
28-
def releases = "https://maven.arbjerg.dev/releases"
27+
def snapshots = "https://maven.lavalink.dev/snapshots"
28+
def releases = "https://maven.lavalink.dev/releases"
2929

3030
maven {
3131
url = version.endsWith("SNAPSHOT") ? snapshots : releases

0 commit comments

Comments
 (0)