File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
utbot-junit-contest/src/main/kotlin/org/utbot/monitoring Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ import mu.KotlinLogging
6
6
import org.utbot.common.ThreadBasedExecutor
7
7
import org.utbot.common.bracket
8
8
import org.utbot.common.info
9
- import org.utbot.contest.ContestEstimatorJdkPathProvider
9
+ import org.utbot.contest.ContestEstimatorJdkInfoProvider
10
10
import org.utbot.contest.GlobalStats
11
11
import org.utbot.contest.Paths
12
12
import org.utbot.contest.Tool
13
13
import org.utbot.contest.runEstimator
14
- import org.utbot.framework.JdkPathService
14
+ import org.utbot.framework.plugin.services.JdkInfoService
15
15
import org.utbot.instrumentation.ConcreteExecutor
16
16
import kotlin.system.exitProcess
17
17
@@ -44,7 +44,7 @@ fun main(args: Array<String>) {
44
44
45
45
val statistics = mutableListOf<GlobalStats >()
46
46
47
- JdkPathService .jdkPathProvider = ContestEstimatorJdkPathProvider (javaHome)
47
+ JdkInfoService .jdkInfoProvider = ContestEstimatorJdkInfoProvider (javaHome)
48
48
val executor = ThreadBasedExecutor ()
49
49
50
50
repeat(runTries) { idx ->
You can’t perform that action at this time.
0 commit comments