Add black box tests for queryBridgeWords.

This commit is contained in:
ulic-youthlic 2025-06-01 00:39:00 +08:00
parent 338d172893
commit 3f6c19ed28
3 changed files with 82 additions and 4 deletions

View file

@ -34,6 +34,8 @@ dependencies {
implementation(libs.guava)
implementation("org.jline:jline:3.29.0")
compileOnly("com.github.spotbugs:spotbugs-annotations:3.1.3")
}
// Apply a specific Java toolchain to ease working on different environments.