Skip to content

Commit

Permalink
Publish to lavalink repo
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 8, 2023
1 parent 9796c79 commit 847e6bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add the following to your lavalink configuration, make sure to replace `VERSION`
lavalink:
plugins:
- dependency: "com.dunctebot:skybot-lavalink-plugin:VERSION"
repository: "https://m2.duncte123.dev/releases"
snapshot: false
```
Alternatively you can download the jar from the release on github and place that in your plugins folder
Expand Down Expand Up @@ -61,4 +61,4 @@ plugins:
## development
You can start the test server by running `./gradlew runLavalink`

[VERSION]: https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fm2.duncte123.dev%2Freleases%2Fcom%2Fdunctebot%2Fskybot-lavalink-plugin%2Fmaven-metadata.xml
[VERSION]: https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.lavalink.dev%2Freleases%2Fcom%2Fdunctebot%2Fskybot-lavalink-plugin%2Fmaven-metadata.xml
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publishing {
repositories {
maven {
name = "duncte123-m2"
url = uri("https://m2.duncte123.dev/releases")
url = uri("https://maven.lavalink.dev/releases")
credentials {
username = System.getenv("USERNAME")
password = System.getenv("PASSWORD")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyResolutionManagement {
fun VersionCatalogBuilder.common() {
library("sourcemanager", "com.dunctebot", "sourcemanagers").version("1.8.4")

version("lavalink-api", "4.0.0-beta.2")
version("lavalink-api", "4.0.0-beta.5")
version("lavalink-server", "0f59a5a981af0dfa13cb9f51145e077e8dd89e13")

}
Expand Down

0 comments on commit 847e6bf

Please sign in to comment.