Skip to content

Commit

Permalink
Fix running tests in documentation from IntelliJ IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 17, 2022
1 parent 352d06b commit 343170f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 343170f

Please sign in to comment.