build: 优化构建脚本

This commit is contained in:
2022-10-29 04:23:51 +08:00
parent 5829447596
commit eb4f9b2bbb
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ setArchivesBaseName("HamsterCore-Bukkit")
evaluationDependsOn(':hamster-core-common') evaluationDependsOn(':hamster-core-common')
dependencies { dependencies {
apiShade(project(":hamster-core-common")) { transitive = false } apiShade(project(":hamster-core-common")) { exclude group: "*" }
compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT' compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bukkit // https://mvnrepository.com/artifact/net.kyori/adventure-platform-bukkit

View File

@@ -3,7 +3,7 @@ setArchivesBaseName("HamsterCore-BungeeCord")
evaluationDependsOn(':hamster-core-common') evaluationDependsOn(':hamster-core-common')
dependencies { dependencies {
apiShade(project(":hamster-core-common")) { transitive = false } apiShade(project(":hamster-core-common")) { exclude group: "*" }
compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT' compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord // https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord