Skip to content

Commit

Permalink
Generate reports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 7, 2024
1 parent d7af741 commit e073276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/sf-java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ tasks {
options.isFork = true
}
test {
reports.junitXml.required = true
reports.html.required = true
useJUnitPlatform()
maxParallelForks = Runtime.getRuntime().availableProcessors().div(2).coerceAtLeast(1)
}
Expand Down

0 comments on commit e073276

Please sign in to comment.