We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352d06b commit 343170fCopy full SHA for 343170f
documentation/documentation.gradle.kts
@@ -48,6 +48,9 @@ dependencies {
48
testRuntimeOnly(libs.apiguardian) {
49
because("it's required to generate API tables")
50
}
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
+ }
54
55
testImplementation(libs.classgraph) {
56
because("ApiReportGenerator needs it")
0 commit comments