We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969b1c8 commit 2a02f0bCopy full SHA for 2a02f0b
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "io.izzel.taboolib"
11
-version = "2.0.21"
+version = "2.0.22"
12
13
configurations {
14
create("embed") {
src/main/kotlin/io/izzel/taboolib/gradle/ModuleName.kt
@@ -97,6 +97,8 @@ val BukkitNMSItemTag = arrayOf(
97
*/
98
val BukkitNMSDataSerializer = arrayOf(
99
"bukkit-nms-data-serializer",
100
+ "nms-data-serializer-12005",
101
+ "nms-data-serializer-legacy",
102
"bukkit-nms"
103
)
104
@@ -132,11 +134,6 @@ val IOC = arrayOf(
132
134
"basic-configuration",
133
135
136
-/**
- * ORM
137
- */
138
-val ORM = arrayOf("database-orm") + Database
139
-
140
/**
141
* Lettuce Redis
142
0 commit comments