Skip to content

Commit acf3b92

Browse files
committed
2.0.17 测试版本
1 parent 81dc9a2 commit acf3b92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "io.izzel.taboolib"
11-
version = "2.0.16"
11+
version = "2.0.17"
1212

1313
configurations {
1414
create("embed") {

src/main/kotlin/io/izzel/taboolib/gradle/ModuleName.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@ val App = arrayOf("platform-application")
257257
/**
258258
* Bukkit 平台
259259
*/
260-
val Bukkit = arrayOf("platform-bukkit")
260+
val Bukkit = arrayOf("platform-bukkit", "platform-bukkit-impl")
261261

262262
/**
263263
* BungeeCord 平台
264264
*/
265-
val BungeeCord = arrayOf("platform-bungee")
265+
val BungeeCord = arrayOf("platform-bungee", "platform-bungee-impl")
266266

267267
/**
268268
* Velocity 平台
269269
*/
270-
val Velocity = arrayOf("platform-velocity")
270+
val Velocity = arrayOf("platform-velocity", "platform-velocity-impl")

0 commit comments

Comments
 (0)