Skip to content

Commit

Permalink
Fix utbot-maven compilation (UnitTestBot#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtim authored and AbdullinAM committed Oct 17, 2022
1 parent 3380506 commit 234ace0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 234ace0

Please sign in to comment.