Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
// 如果 libs.junit 是 JUnit 4,可以保留(Vintage 引擎会接管),但建议统一升级
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")

// 原有依赖保持不变
testImplementation(libs.junit) // 可保留,也可移除
Expand Down
Loading