We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b22bd commit 5fefbaeCopy full SHA for 5fefbae
1 file changed
image-generators/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
implementation(kotlin("test"))
17
implementation(kotlin("test-junit"))
18
implementation("org.junit.jupiter:junit-jupiter:5.4.2")
19
- testRuntimeOnly("org.junit.platform:junit-platform-launcher")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.4.2")
20
}
21
22
tasks {
0 commit comments