mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
temporarly disable all ItemsAdder pre anvil event to fix an issue
This commit is contained in:
parent
092daa9306
commit
283a65b74a
4 changed files with 24 additions and 19 deletions
|
|
@ -18,7 +18,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "xyz.alexcrea"
|
||||
version = "1.14.2"
|
||||
version = "1.14.3"
|
||||
|
||||
val effectiveVersion = "$version" +
|
||||
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue