Skip to content

Commit de486fa

Browse files
Add explicit junit launcher dependency (#2542)
1 parent 4f232d7 commit de486fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ tasks {
8585
dependencies {
8686
testImplementation(libs.junit.jupiter.api)
8787
testRuntimeOnly(libs.junit.jupiter.engine)
88+
testRuntimeOnly(libs.junit.platform.launcher)
8889
testImplementation(libs.junit.jupiter.params)
8990
testImplementation(libs.hamcrest)
9091
testCompileOnly(libs.apiguardian.api)

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ junit-bom = { module = "org.junit:junit-bom", version.ref = "junit5" }
3939
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5" }
4040
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit5" }
4141
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit5" }
42+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
4243
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
4344
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" }
4445
mockserver = { module = "org.mock-server:mockserver-netty", version.ref = "mockserver" }
@@ -56,4 +57,4 @@ smithy-jar = { id = "software.amazon.smithy.gradle.smithy-jar", version.ref = "s
5657
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
5758
jreleaser = { id = "org.jreleaser", version.ref = "jreleaser" }
5859
runtime = { id = "org.beryx.runtime", version.ref = "runtime"}
59-
checksum = { id = "org.gradle.crypto.checksum", version.ref = "gradle-checksum" }
60+
checksum = { id = "org.gradle.crypto.checksum", version.ref = "gradle-checksum" }

0 commit comments

Comments
 (0)