Skip to content

Commit fd36e5d

Browse files
committed
fix
1 parent 49ab379 commit fd36e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/distro/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ subprojects {
7070

7171
testImplementation("org.mockito:mockito-core:5.15.2")
7272
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
73+
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
7374
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
7475
testRuntimeOnly("org.junit.platform:junit-platform-launcher:${versions.junit}")
7576
}

0 commit comments

Comments
 (0)