Skip to content

Commit 93ac208

Browse files
dtimAbdullinAM
authored andcommittedOct 17, 2022
Fix utbot-maven compilation (UnitTestBot#1049)
1 parent bb94418 commit 93ac208

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)