Skip to content

Commit 954b52e

Browse files
committed
Revert "Python and JS support #1197 (#1199)"
This reverts commit ef83e13
1 parent 9222427 commit 954b52e

File tree

259 files changed

+445
-17144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+445
-17144
lines changed

docs/ChoosingLanguageSpecificIDE.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/UtbotFamilyChanges.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

gradle.properties

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
kotlin.code.style=official
22

3-
# IU, IC, PC, PY
3+
# IU, IC, PC, PY, WS...
44
# IC for AndroidStudio
55
ideType=IC
6-
ideVersion=222.4167.29
7-
8-
pythonIde=IC,IU,PC,PY
9-
jsIde=IU,PY,WS
106

117
# In order to run Android Studion instead of Intellij Community,
128
# specify the path to your Android Studio installation
139
//androidStudioPath=your_path_to_android_studio
1410

15-
#Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
1611
pythonCommunityPluginVersion=222.4167.37
12+
#Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
1713
pythonUltimatePluginVersion=222.4167.37
1814

19-
kotlinPluginVersion=222-1.7.20-release-201-IJ4167.29
20-
2115
junit5Version=5.8.0-RC1
2216
junit4Version=4.13.2
2317
junit4PlatformVersion=1.9.0

settings.gradle

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
pluginManagement {
2+
resolutionStrategy {
3+
eachPlugin {
4+
if (requested.id.name == "rdgen") {
5+
useModule("com.jetbrains.rd:rd-gen:${requested.version}")
6+
}
7+
}
8+
}
9+
}
10+
11+
rootProject.name = 'utbot'
12+
13+
include 'utbot-core'
14+
include 'utbot-framework'
15+
include 'utbot-framework-api'
16+
include 'utbot-intellij'
17+
include 'utbot-sample'
18+
include 'utbot-fuzzers'
19+
include 'utbot-junit-contest'
20+
include 'utbot-analytics'
21+
include 'utbot-analytics-torch'
22+
include 'utbot-cli'
23+
include 'utbot-api'
24+
include 'utbot-instrumentation'
25+
include 'utbot-instrumentation-tests'
26+
27+
include 'utbot-summary'
28+
include 'utbot-gradle'
29+
include 'utbot-maven'
30+
include 'utbot-summary-tests'
31+
include 'utbot-framework-test'
32+
include 'utbot-rd'
33+
include 'utbot-android-studio'
34+

settings.gradle.kts

Lines changed: 0 additions & 54 deletions
This file was deleted.

utbot-cli-js/build.gradle

Lines changed: 0 additions & 75 deletions
This file was deleted.

utbot-cli-js/src/README.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

utbot-cli-js/src/main/kotlin/org/utbot/cli/js/Application.kt

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)