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 93e1cdd commit c971579Copy full SHA for c971579
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "io.izzel.taboolib"
11
-version = "2.0.11"
+version = "2.0.12"
12
13
configurations {
14
create("embed") {
src/main/kotlin/io/izzel/taboolib/gradle/Standards.kt
@@ -52,6 +52,8 @@ const val EXPANSION_JEXL = "expansion-jexl"
52
53
const val EXPANSION_FOLIA = "expansion-folia"
54
55
+const val EXPANSION_LETTUCE_REDIS = "expansion-lettuce-redis"
56
+
57
const val APPLICATION = "platform-application"
58
59
const val BUKKIT = "platform-bukkit"
0 commit comments