mirror of
https://github.com/ddaodan/minechatgpt.git
synced 2026-06-21 21:45:28 +08:00
2.2
- 修复插件无法加载 - 修复 #2:模型切换实际并不生效
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'com'
|
||||
version = '2.1'
|
||||
version = '2.2'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -23,7 +23,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compileOnly "org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT"
|
||||
compileOnly 'org.bstats:bstats-bukkit:3.0.2'
|
||||
implementation 'org.bstats:bstats-bukkit:3.0.2'
|
||||
implementation 'org.jodd:jodd-http:6.3.0'
|
||||
implementation 'org.json:json:20231013'
|
||||
}
|
||||
@@ -32,6 +32,7 @@ shadowJar {
|
||||
archiveFileName = "MineChatGPT-${project.version}.jar"
|
||||
relocate 'jodd', 'com.ddaodan.shaded.jodd'
|
||||
relocate 'org.json', 'com.ddaodan.minechatgpt.libs.org.json'
|
||||
relocate 'org.bstats', 'com.ddaodan.minechatgpt.libs.org.bstats'
|
||||
}
|
||||
|
||||
def targetJavaVersion = 8
|
||||
|
||||
Reference in New Issue
Block a user