Skip to content

Commit

Permalink
weird path
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 8, 2023
1 parent 847e6bf commit f22e637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks.getByName<Test>("test") {
publishing {
repositories {
maven {
name = "duncte123-m2"
name = "lavalink"
url = uri("https://maven.lavalink.dev/releases")
credentials {
username = System.getenv("USERNAME")
Expand All @@ -62,7 +62,7 @@ publishing {
}
}
publications {
create<MavenPublication>("duncte123-m2") {
create<MavenPublication>("lavalink") {
groupId = "com.dunctebot"
artifactId = archivesBaseName
version = "$pluginVersion"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "lavalink-plugin"
rootProject.name = "skybot-lavalink-plugin"
//include(":skybot-source-managers")
//project(":skybot-source-managers").projectDir = File("../skybot-source-managers")

Expand Down

0 comments on commit f22e637

Please sign in to comment.