Skip to content

Commit 348607d

Browse files
Add explicit junit launcher dependency
1 parent 1e17265 commit 348607d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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(libs.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()}")

codegen/gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ junit-bom = { module = "org.junit:junit-bom", version.ref = "junit5" }
2020
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5" }
2121
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit5" }
2222
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit5" }
23+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
2324

2425
# plugin artifacts for buildsrc plugins
2526
test-logger-plugin = { module = "com.adarshr:gradle-test-logger-plugin", version.ref = "test-logger-plugin" }

0 commit comments

Comments
 (0)