File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/kotlin/io/izzel/taboolib/gradle Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
group = " io.izzel.taboolib"
11
- version = " 2.0.16 "
11
+ version = " 2.0.17 "
12
12
13
13
configurations {
14
14
create(" embed" ) {
Original file line number Diff line number Diff line change @@ -257,14 +257,14 @@ val App = arrayOf("platform-application")
257
257
/* *
258
258
* Bukkit 平台
259
259
*/
260
- val Bukkit = arrayOf(" platform-bukkit" )
260
+ val Bukkit = arrayOf(" platform-bukkit" , " platform-bukkit-impl " )
261
261
262
262
/* *
263
263
* BungeeCord 平台
264
264
*/
265
- val BungeeCord = arrayOf(" platform-bungee" )
265
+ val BungeeCord = arrayOf(" platform-bungee" , " platform-bungee-impl " )
266
266
267
267
/* *
268
268
* Velocity 平台
269
269
*/
270
- val Velocity = arrayOf(" platform-velocity" )
270
+ val Velocity = arrayOf(" platform-velocity" , " platform-velocity-impl " )
You can’t perform that action at this time.
0 commit comments