feat: 展示脚本内错误原因

This commit is contained in:
2024-03-12 02:38:56 +08:00
parent 4782f17f6b
commit 64313b9997
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
version = "1.0.2"
version = "1.0.3"
description = "为Minecraft服务器导入 OpenJDK Nashorn 引擎来执行 JavaScript 脚本"
val shade = configurations.create("shade")