From 4ae6b1082b6866ec98aea9ca0dc65b9f15779aa0 Mon Sep 17 00:00:00 2001 From: Dmitrii Timofeev Date: Sat, 1 Oct 2022 16:24:38 +0300 Subject: [PATCH] Fix utbot-maven compilation --- .../org/utbot/maven/plugin/GenerateTestsAndSarifReportMojo.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()