TabooLib / taboolib

Powerful framework for creating multi-platform Minecraft plugin

Home Page:https://tabooproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] TabooLib与Arclight兼容问题(不确定)

luoxiawuchen opened this issue · comments

adyeshach、chemdah等插件项目将:
plugins {
id("io.izzel.taboolib") version "1.40"
id("org.jetbrains.kotlin.jvm") version "1.5.10"
}

版本号更改后:
plugins {
id("io.izzel.taboolib") version "1.42"
id("org.jetbrains.kotlin.jvm") version "1.5.31"
}

编译出来的插件在Arclight无法被正常启动,会出现 java.lang.VerifyError: Bad type on operand stack 错误
错误日志:https://paste.ubuntu.com/p/j5gyZB8kXz/

commit:
adyeshach
TabooLib/adyeshach@aa31367
chemdah
https://github.com/TabooLib/chemdah/commit/e09ade02874b122b12d187fe3fdd4af74433eac1

module-configuration删了就好了,我觉得更严重的是不支持1.7.10