Skip to content

Commit

Permalink
2.0.17 测试版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Sep 9, 2024
1 parent 81dc9a2 commit acf3b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.izzel.taboolib"
version = "2.0.16"
version = "2.0.17"

configurations {
create("embed") {
Expand Down
6 changes: 3 additions & 3 deletions src/main/kotlin/io/izzel/taboolib/gradle/ModuleName.kt
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,14 @@ val App = arrayOf("platform-application")
/**
* Bukkit 平台
*/
val Bukkit = arrayOf("platform-bukkit")
val Bukkit = arrayOf("platform-bukkit", "platform-bukkit-impl")

/**
* BungeeCord 平台
*/
val BungeeCord = arrayOf("platform-bungee")
val BungeeCord = arrayOf("platform-bungee", "platform-bungee-impl")

/**
* Velocity 平台
*/
val Velocity = arrayOf("platform-velocity")
val Velocity = arrayOf("platform-velocity", "platform-velocity-impl")

0 comments on commit acf3b92

Please sign in to comment.