Skip to content

Commit

Permalink
Revert "Python and JS support #1197 (#1199)"
Browse files Browse the repository at this point in the history
This reverts commit ef83e13
  • Loading branch information
CaelmBleidd committed Nov 10, 2022
1 parent 9222427 commit 954b52e
Show file tree
Hide file tree
Showing 259 changed files with 445 additions and 17,144 deletions.
23 changes: 0 additions & 23 deletions docs/ChoosingLanguageSpecificIDE.md

This file was deleted.

87 changes: 0 additions & 87 deletions docs/UtbotFamilyChanges.md

This file was deleted.

10 changes: 2 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
kotlin.code.style=official

# IU, IC, PC, PY
# IU, IC, PC, PY, WS...
# IC for AndroidStudio
ideType=IC
ideVersion=222.4167.29

pythonIde=IC,IU,PC,PY
jsIde=IU,PY,WS

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

#Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
pythonCommunityPluginVersion=222.4167.37
#Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
pythonUltimatePluginVersion=222.4167.37

kotlinPluginVersion=222-1.7.20-release-201-IJ4167.29

junit5Version=5.8.0-RC1
junit4Version=4.13.2
junit4PlatformVersion=1.9.0
Expand Down
34 changes: 34 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.name == "rdgen") {
useModule("com.jetbrains.rd:rd-gen:${requested.version}")
}
}
}
}

rootProject.name = 'utbot'

include 'utbot-core'
include 'utbot-framework'
include 'utbot-framework-api'
include 'utbot-intellij'
include 'utbot-sample'
include 'utbot-fuzzers'
include 'utbot-junit-contest'
include 'utbot-analytics'
include 'utbot-analytics-torch'
include 'utbot-cli'
include 'utbot-api'
include 'utbot-instrumentation'
include 'utbot-instrumentation-tests'

include 'utbot-summary'
include 'utbot-gradle'
include 'utbot-maven'
include 'utbot-summary-tests'
include 'utbot-framework-test'
include 'utbot-rd'
include 'utbot-android-studio'

54 changes: 0 additions & 54 deletions settings.gradle.kts

This file was deleted.

75 changes: 0 additions & 75 deletions utbot-cli-js/build.gradle

This file was deleted.

87 changes: 0 additions & 87 deletions utbot-cli-js/src/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions utbot-cli-js/src/main/kotlin/org/utbot/cli/js/Application.kt

This file was deleted.

Loading

0 comments on commit 954b52e

Please sign in to comment.