Skip to content

Commit

Permalink
fix(bungeecord): add stickynote-proxy as api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Jun 9, 2024
1 parent bddb681 commit 30640a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ repositories {

dependencies {
applyDependencies(Module.BUNGEECORD)

api(project(":sayanvanish-proxy"))
}

tasks {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ repositories {
dependencies {
applyDependencies(Module.VELOCITY)


api(project(":sayanvanish-proxy"))
}

Expand Down

0 comments on commit 30640a0

Please sign in to comment.