Bump Gradle to 9.0.0 (#4168)
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user