Skip to content

Commit

Permalink
Disable stack trace filtering for JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Sep 17, 2024
1 parent 150f3c3 commit ca6f54f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ subprojects {
jvmArgs '-Xmx512m', '-XX:ActiveProcessorCount=4', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005'
// As a generous general timeout, instead of the 6h of GHA.
timeout = Duration.ofMinutes(15)
// disable JUnit's stacktrace filtering
systemProperty("junit.platform.stacktrace.pruning.enabled", "false")
}

tasks.register("allDependencyInsight", DependencyInsightReportTask) {}
Expand Down

0 comments on commit ca6f54f

Please sign in to comment.