We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddd89a commit d4b22bdCopy full SHA for d4b22bd
2 files changed
image-generation-server/build.gradle.kts
@@ -33,6 +33,7 @@ dependencies {
33
// Required for tests, if this is missing then Gradle will throw
34
// "No tests found for given includes: [***Test](filter.includeTestsMatching)"
35
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
36
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
37
testImplementation("org.assertj:assertj-core:3.19.0")
38
39
testImplementation(project(":client"))
image-generators/build.gradle.kts
@@ -16,6 +16,7 @@ dependencies {
16
implementation(kotlin("test"))
17
implementation(kotlin("test-junit"))
18
implementation("org.junit.jupiter:junit-jupiter:5.4.2")
19
20
}
21
22
tasks {
0 commit comments