Skip to content

Commit 448ebad

Browse files
Add explicit junit launcher dependency
1 parent 1e17265 commit 448ebad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/buildSrc/src/main/kotlin/smithy-python.java-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
testImplementation(platform(libs.junit.bom))
3838
testImplementation(libs.junit.jupiter.api)
3939
testRuntimeOnly(libs.junit.jupiter.engine)
40+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4041
testImplementation(libs.junit.jupiter.params)
4142
compileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugs.toolVersion.get()}")
4243
testCompileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugs.toolVersion.get()}")

0 commit comments

Comments
 (0)