forked from UnitTestBot/UTBotJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
39 lines (35 loc) · 909 Bytes
/
settings.gradle
File metadata and controls
39 lines (35 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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-cli'
include 'utbot-cli-python'
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-python'
include 'utbot-js'
//include 'utbot-go'
//include 'utbot-intellij-js'
include 'utbot-ui-commons'
include 'utbot-intellij-python'