We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7595c74 commit 43573c9Copy full SHA for 43573c9
build.gradle.kts
@@ -22,8 +22,10 @@ repositories {
22
dependencies {
23
implementation("com.gradle:develocity-gradle-plugin-adapters:1.1")
24
25
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
+
28
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
29
}
30
31
wrapperUpgrade {
0 commit comments