diff --git a/utbot-maven/src/main/kotlin/org/utbot/maven/plugin/GenerateTestsAndSarifReportMojo.kt b/utbot-maven/src/main/kotlin/org/utbot/maven/plugin/GenerateTestsAndSarifReportMojo.kt index 130e75db6e..94cb050950 100644 --- a/utbot-maven/src/main/kotlin/org/utbot/maven/plugin/GenerateTestsAndSarifReportMojo.kt +++ b/utbot-maven/src/main/kotlin/org/utbot/maven/plugin/GenerateTestsAndSarifReportMojo.kt @@ -177,7 +177,7 @@ class GenerateTestsAndSarifReportMojo : AbstractMojo() { withUtContext(UtContext(mavenProjectWrapper.classLoader)) { val testCaseGenerator = TestCaseGenerator( - mavenProjectWrapper.workingDirectory, + listOf(mavenProjectWrapper.workingDirectory), mavenProjectWrapper.runtimeClasspath, dependencyPaths, JdkInfoService.provide()