feat(hamster-ball-bridge): 适配Core更新
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = '1.1.0'
|
||||
version = '1.1.1'
|
||||
setArchivesBaseName("HamsterBall-Bridge")
|
||||
|
||||
dependencies {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package cn.hamster3.service.common.entity;
|
||||
|
||||
import cn.hamster3.mc.plugin.core.common.constant.CoreConstantObjects;
|
||||
import cn.hamster3.mc.plugin.core.common.util.CoreUtils;
|
||||
import com.google.gson.JsonArray;
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonObject;
|
||||
@@ -197,6 +197,6 @@ public class ServiceMessageInfo {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return CoreConstantObjects.GSON.toJson(this);
|
||||
return CoreUtils.GSON.toJson(this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user