Bump Gradle to 9.0.0 (#4168)

This commit is contained in:
Glavo
2025-08-01 19:26:11 +08:00
committed by GitHub
parent 3eddfa23b7
commit 7d6f21dc3a
13 changed files with 25 additions and 18 deletions

View File

@@ -32,7 +32,8 @@ subprojects {
}
dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter:5.10.2")
"testImplementation"(rootProject.libs.junit.jupiter)
"testRuntimeOnly"("org.junit.platform:junit-platform-launcher")
}
tasks.withType<Test> {