We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6ef8e commit 7b6e8f1Copy full SHA for 7b6e8f1
utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt
@@ -67,7 +67,7 @@ open class TestCaseGenerator(
67
68
init {
69
if (!isCanceled()) {
70
- classpath?.let { checkFrameworkDependencies(it) }
+ checkFrameworkDependencies(dependencyPaths)
71
72
logger.trace("Initializing ${this.javaClass.name} with buildDir = $buildDir, classpath = $classpath")
73
0 commit comments