forked from UnitTestBot/UTBotJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
59 lines (55 loc) · 1.48 KB
/
gradle.properties
File metadata and controls
59 lines (55 loc) · 1.48 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
kotlin.code.style=official
# IU, IC, PC, PY, GO...
ideType=IC
pythonCommunityPluginVersion=212.5457.59
#Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
pythonUltimatePluginVersion=212.5457.59
junit5Version=5.8.0-RC1
junit4Version=4.13.2
junit4_platform_version=1.9.0
mockitoVersion=3.5.13
z3Version=4.8.9.1
z3_java_api_version=4.8.9
sootCommitHash=c6c78d9
kotlinVersion=1.7.0
log4j2Version=2.13.3
coroutinesVersion=1.6.3
collectionsVersion=0.3.4
intellijPluginVersion=1.7.0
jacocoVersion=0.8.8
commonsLangVersion=3.11
commons_io_version=2.8.0
kotlinLoggingVersion=1.8.3
ktor_version=1.4.1
clikt_version=3.2.0
guava_version=30.0-jre
apacheCommonsExecVersion=1.2
apacheCommonsTextVersion=1.9
rgxgenVersion=1.3
antlr_version=4.9.2
kryo_version=5.3.0
kryo_serializers_version=0.45
asm_version=9.2
testng_version=7.4.0
mockito_inline_version=4.0.0
jacksonVersion = 2.12.3
javasmtSolverZ3Version=4.8.9-sosy1
slf4j_version=1.7.36
eclipse_aether_version=1.1.0
maven_wagon_version=3.5.1
maven_plugin_api_version=3.8.5
maven_plugin_tools_version=3.6.4
maven_plugin_testing_version=3.3.0
maven_resolver_api_version=1.8.0
sisu_plexus_version=0.3.5
javacpp_version=1.5.3
jsoup_version=1.7.2
djl_api_version=0.17.0
pytorch_native_version=1.9.1
shadow_jar_version=7.1.2
# soot also depends on asm, so there could be two different versions
org.gradle.daemon=false
org.gradle.parallel=false
org.gradle.jvmargs="-XX:MaxHeapSize=6144m"
kotlin.compiler.execution.strategy=in-process
org.gradle.caching=true