Skip to content

Commit 343170f

Browse files
committed
Fix running tests in documentation from IntelliJ IDEA
1 parent 352d06b commit 343170f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/documentation.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ dependencies {
4848
testRuntimeOnly(libs.apiguardian) {
4949
because("it's required to generate API tables")
5050
}
51+
testRuntimeOnly(libs.openTestReporting.events) {
52+
because("it's required to run tests via IntelliJ which does not consumed the shadowed jar of junit-platform-reporting")
53+
}
5154

5255
testImplementation(libs.classgraph) {
5356
because("ApiReportGenerator needs it")

0 commit comments

Comments
 (0)