mirror of
https://github.com/ddaodan/minechatgpt.git
synced 2026-06-21 21:45:28 +08:00
2.1
- 接入bStats - 调整配置文件,添加更新功能,现在更新插件应该不用再备份配置文件了 - 修改了gradle中错误的依赖
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'com'
|
||||
version = '2.0'
|
||||
version = '2.1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -16,17 +16,21 @@ repositories {
|
||||
name = "sonatype"
|
||||
url = "https://oss.sonatype.org/content/groups/public/"
|
||||
}
|
||||
maven {
|
||||
url = 'https://repo.codemc.io/repository/maven-public/'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT"
|
||||
compileOnly 'org.bstats:bstats-bukkit:3.0.2'
|
||||
implementation 'org.jodd:jodd-http:6.3.0'
|
||||
implementation 'org.json:json:20231013'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
archiveFileName = "MineChatGPT-${project.version}.jar"
|
||||
relocate 'org.apache.http', 'com.ddaodan.shaded.org.apache.http'
|
||||
relocate 'jodd', 'com.ddaodan.shaded.jodd'
|
||||
relocate 'org.json', 'com.ddaodan.minechatgpt.libs.org.json'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user