build: 修改 jenkins 环境变量

This commit is contained in:
2024-03-15 10:56:47 +08:00
parent 0b8c5080ff
commit be31fa76d1
3 changed files with 24 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
dependencies {
compileOnly("com.google.code.gson:gson:2.8.0")
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
compileOnly("org.yaml:snakeyaml:1.19")
compileOnly("org.yaml:snakeyaml:1.30")
implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") }
implementation("net.kyori:adventure-text-serializer-gson:4.13.1") {