Skip to content

Commit

Permalink
Fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 26, 2023
1 parent 4d8d4e1 commit 19cf5b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
rootProject.name = "skybot-lavalink-plugin"
rootProject.name = "skybot-lavalink-plugin-base"

include("plugin")
project(":plugin").name = "skybot-lavalink-plugin"
include("source-managers")

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down

0 comments on commit 19cf5b1

Please sign in to comment.