build: 优化构建脚本

This commit is contained in:
2023-10-13 17:08:02 +08:00
parent 22cad88179
commit 7f468d473b
4 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
@file:Suppress("VulnerableLibrariesLocal")
plugins {
id("java-library")
}
dependencies {
compileOnly("com.google.code.gson:gson:2.8.0")