Skip to content

Commit 54a4f88

Browse files
authored
Fix utbot-maven compilation (#1049)
1 parent 7131a3a commit 54a4f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-maven/src/main/kotlin/org/utbot/maven/plugin/GenerateTestsAndSarifReportMojo.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class GenerateTestsAndSarifReportMojo : AbstractMojo() {
177177
withUtContext(UtContext(mavenProjectWrapper.classLoader)) {
178178
val testCaseGenerator =
179179
TestCaseGenerator(
180-
mavenProjectWrapper.workingDirectory,
180+
listOf(mavenProjectWrapper.workingDirectory),
181181
mavenProjectWrapper.runtimeClasspath,
182182
dependencyPaths,
183183
JdkInfoService.provide()

0 commit comments

Comments
 (0)