-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit ef83e13
- Loading branch information
1 parent
9222427
commit 954b52e
Showing
259 changed files
with
445 additions
and
17,144 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
utbot-cli-js/src/main/kotlin/org/utbot/cli/js/Application.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.