File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
groovy/io/izzel/taboolib/gradle
kotlin/io/izzel/taboolib/gradle Expand file tree Collapse file tree 3 files changed +4
-2
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.7 "
11
+ version = " 2.0.8 "
12
12
13
13
configurations {
14
14
create(" embed" ) {
Original file line number Diff line number Diff line change @@ -107,6 +107,6 @@ class TabooLibPlugin implements Plugin<Project> {
107
107
}
108
108
109
109
static def isIncludeModule (String module ) {
110
- return module == " common" || Platforms . values(). any { p -> p. module == module }
110
+ return module == " common" || module == " platform-application " || Platforms . values(). any { p -> p. module == module }
111
111
}
112
112
}
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ const val EXPANSION_PTC = "expansion-persistent-container"
48
48
49
49
const val EXPANSION_PTC_OBJECT = " expansion-persistent-container-object"
50
50
51
+ const val EXPANSION_JEXL = " expansion-jexl"
52
+
51
53
const val APPLICATION = " platform-application"
52
54
53
55
const val BUKKIT = " platform-bukkit"
You can’t perform that action at this time.
0 commit comments