清理代码 (#1990)

* cleanup

* Cleanup StringUtils

* Cleanup CommandBuilder

* Cleanup CommandBuilder

* Use 'String::replace(char, char)'
This commit is contained in:
Glavo
2023-01-14 02:37:55 +08:00
committed by GitHub
parent 753ba956fe
commit 92ce7c83ca
8 changed files with 42 additions and 109 deletions

View File

@@ -33,10 +33,6 @@ subprojects {
sourceSets = setOf()
}
tasks.withType<Checkstyle> {
exclude("de/javawi/jstun")
}
dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter:5.9.1")
}