Skip to content

Commit

Permalink
Fix running tests via IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 23, 2023
1 parent de5f417 commit 38c2158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,7 @@ dependencies {
testRuntimeOnly(project(":junit-platform-reporting"))

testRuntimeOnly(bundleFromLibs("log4j"))
testRuntimeOnly(dependencyFromLibs("openTestReporting-events")) {
because("it's required to run tests via IntelliJ which does not consumed the shadowed jar of junit-platform-reporting")
}
}

0 comments on commit 38c2158

Please sign in to comment.