File tree Expand file tree Collapse file tree
utbot-junit-contest/src/main/kotlin/org/utbot/monitoring Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ import mu.KotlinLogging
66import org.utbot.common.ThreadBasedExecutor
77import org.utbot.common.bracket
88import org.utbot.common.info
9- import org.utbot.contest.ContestEstimatorJdkPathProvider
9+ import org.utbot.contest.ContestEstimatorJdkInfoProvider
1010import org.utbot.contest.GlobalStats
1111import org.utbot.contest.Paths
1212import org.utbot.contest.Tool
1313import org.utbot.contest.runEstimator
14- import org.utbot.framework.JdkPathService
14+ import org.utbot.framework.plugin.services.JdkInfoService
1515import org.utbot.instrumentation.ConcreteExecutor
1616import kotlin.system.exitProcess
1717
@@ -44,7 +44,7 @@ fun main(args: Array<String>) {
4444
4545 val statistics = mutableListOf<GlobalStats >()
4646
47- JdkPathService .jdkPathProvider = ContestEstimatorJdkPathProvider (javaHome)
47+ JdkInfoService .jdkInfoProvider = ContestEstimatorJdkInfoProvider (javaHome)
4848 val executor = ThreadBasedExecutor ()
4949
5050 repeat(runTries) { idx ->
You can’t perform that action at this time.
0 commit comments