Skip to content

Commit

Permalink
依赖检测
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhangup committed Apr 16, 2024
1 parent 2d35302 commit 651418a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/kotlin/me/xiaozhangup/picturelogin/PictureLogin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import taboolib.platform.VelocityPlugin

@RuntimeDependencies(
RuntimeDependency(value = "mysql:mysql-connector-java:8.0.30"),
RuntimeDependency(value = "net.kyori:adventure-text-minimessage:4.12.0")
RuntimeDependency(
value = "net.kyori:adventure-text-minimessage:4.12.0",
test = "net.kyori.adventure.text.minimessage.MiniMessage"
)
)
object PictureLogin : Plugin() {

Expand Down

0 comments on commit 651418a

Please sign in to comment.