build: 优化构建脚本

This commit is contained in:
2023-08-20 17:16:38 +08:00
parent 67ca9453b3
commit ee2e653222

View File

@@ -2,8 +2,6 @@
dependencies { dependencies {
// https://mvnrepository.com/artifact/com.google.code.gson/gson // https://mvnrepository.com/artifact/com.google.code.gson/gson
//noinspection GradlePackageUpdate
//noinspection VulnerableLibrariesLocal
compileOnly("com.google.code.gson:gson:2.8.0") compileOnly("com.google.code.gson:gson:2.8.0")
val adventureVersion = property("adventure_version") val adventureVersion = property("adventure_version")