perf: 优化性能

This commit is contained in:
2023-05-10 18:48:29 +08:00
parent 325c892039
commit d93a55488b
10 changed files with 18 additions and 50 deletions

View File

@@ -1,19 +0,0 @@
plugins {
id 'java'
}
group 'cn.hamster3.mc.plugin'
version 'unspecified'
repositories {
mavenCentral()
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}
test {
useJUnitPlatform()
}