We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17265 commit 448ebadCopy full SHA for 448ebad
codegen/buildSrc/src/main/kotlin/smithy-python.java-conventions.gradle.kts
@@ -37,6 +37,7 @@ dependencies {
37
testImplementation(platform(libs.junit.bom))
38
testImplementation(libs.junit.jupiter.api)
39
testRuntimeOnly(libs.junit.jupiter.engine)
40
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
41
testImplementation(libs.junit.jupiter.params)
42
compileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugs.toolVersion.get()}")
43
testCompileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugs.toolVersion.get()}")
0 commit comments