8000 Add maven-publish plugin · DuncteBot/skybot-source-managers@a56ce97 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 26, 2023. It is now read-only.

Commit a56ce97

Browse files
committed
Add maven-publish plugin
1 parent ed6abb3 commit a56ce97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ plugins {
2020
idea
2121
application
2222
`java-library`
23+
`maven-publish`
2324
}
2425

2526
group = "com.dunctebot.sourcemanagers"
@@ -34,7 +35,8 @@ repositories {
3435
}
3536

3637
dependencies {
37-
api(group = "com.github.duncte123", name = "lavaplayer", version = "1dff250")
38+
// api(group = "com.github.duncte123", name = "lavaplayer", version = "1dff250")
39+
api(group = "com.sedmelluq", name = "lavaplayer", version = "1.3.33")
3840
api(group = "io.sentry", name = "sentry-logback", version = "1.7.17")
3941
}
4042

0 commit comments

Comments
 (0)
0