File tree 3 files changed +2
-6
lines changed
utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ kotlin.code.style=official
3
3
# IU, IC, PC, PY, WS...
4
4
ideType =IC
5
5
6
- # pythonCommunityPluginVersion=212.5457.59
7
6
pythonCommunityPluginVersion =222.4167.37
8
7
# Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
9
- # pythonUltimatePluginVersion=212.5457.59
10
8
pythonUltimatePluginVersion =222.4167.37
11
9
12
10
junit5Version =5.8.0-RC1
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ open class TestCaseGenerator(
131
131
engineActions.clear()
132
132
return defaultTestFlow(engine, executionTimeEstimator.userTimeout)
133
133
} catch (e: Exception ) {
134
- e.printStackTrace()
134
+ logger.error(e) { " Generate async failed " }
135
135
throw e
136
136
}
137
137
}
@@ -185,7 +185,7 @@ open class TestCaseGenerator(
185
185
}
186
186
}
187
187
} catch (e: Exception ) {
188
- e.printStackTrace()
188
+ logger.error(e) { " Error in engine " }
189
189
}
190
190
}
191
191
controller.paused = true
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ intellij {
16
16
17
17
val jvmPlugins = listOf (
18
18
" java" ,
19
- // "org.jetbrains.kotlin:212-1.7.10-release-333-IJ5457.46"
20
19
" org.jetbrains.kotlin:222-1.7.20-release-201-IJ4167.29"
21
20
)
22
21
@@ -42,7 +41,6 @@ intellij {
42
41
}
43
42
)
44
43
45
- // version.set("212.5712.43")
46
44
version.set(" 222.4167.29" )
47
45
type.set(ideType)
48
46
}
You can’t perform that action at this time.
0 commit comments