diff --git a/documentation/documentation.gradle.kts b/documentation/documentation.gradle.kts index a8a96bd98f1c..721a35e1b06d 100644 --- a/documentation/documentation.gradle.kts +++ b/documentation/documentation.gradle.kts @@ -48,6 +48,9 @@ dependencies { testRuntimeOnly(libs.apiguardian) { because("it's required to generate API tables") } + testRuntimeOnly(libs.openTestReporting.events) { + because("it's required to run tests via IntelliJ which does not consumed the shadowed jar of junit-platform-reporting") + } testImplementation(libs.classgraph) { because("ApiReportGenerator needs it")