Skip to content

Commit

Permalink
make api normal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgonarioD committed Mar 6, 2023
1 parent 26ef7cf commit 19ae522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hammer-mirai-help-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dependencies {
implementation("io.github.argonariod:hammer-mirai-utils:1.0.0")
api(project(":hammer-mirai-help-api"))
asNormalDep(project(":hammer-mirai-help-api"))
}

0 comments on commit 19ae522

Please sign in to comment.