Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix utbot-maven compilation
  • Loading branch information
dtim committed Oct 1, 2022
commit 4ae6b1082b6866ec98aea9ca0dc65b9f15779aa0
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class GenerateTestsAndSarifReportMojo : AbstractMojo() {
withUtContext(UtContext(mavenProjectWrapper.classLoader)) {
val testCaseGenerator =
TestCaseGenerator(
mavenProjectWrapper.workingDirectory,
listOf(mavenProjectWrapper.workingDirectory),
mavenProjectWrapper.runtimeClasspath,
dependencyPaths,
JdkInfoService.provide()
Expand Down