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
141 lines (130 loc) · 4.59 KB
/
gradle.properties
File metadata and controls
141 lines (130 loc) · 4.59 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
kotlin.code.style=official
# === IDE settings ===
# Project Type
# - Community: for Java + Spring + Python (IC supported features)
# - Ultimate: for Java + Spring + Python (IU supported features) + JavaScript + Go
projectType=Ultimate
communityEdition = Community
ultimateEdition=Ultimate
# IU, IC, PC, PY
# IC for AndroidStudio
ideType=IC
ideaVersion=232.8660.185
pycharmVersion=2023.2
golandVersion=2023.2
# ALL, NOJS
buildType=NOJS
javaIde=IC,IU
pythonIde=IC,IU,PC,PY
jsIde=IU,PY
jsBuild=ALL
goIde=IU,GO
# In order to run Android Studio 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/7322-python-community-edition/versions
pythonCommunityPluginVersion=232.8660.185
# Version numbers: https://plugins.jetbrains.com/plugin/631-python/versions
pythonUltimatePluginVersion=232.8660.185
# Version numbers: https://plugins.jetbrains.com/plugin/9568-go/versions
goPluginVersion=232.8660.142
# === IDE settings ===
junit5Version=5.8.2
junit4Version=4.13.2
junit4PlatformVersion=1.9.0
# NOTE: Mockito versions 5+ are not compatible with Java 8: https://www.davidvlijmincx.com/posts/upgrade-to-mockito-5
mockitoVersion=4.11.0
mockitoInlineVersion=4.11.0
# TODO usvm-sbft-merge: UtBot engine uses ksmt 0.4.3, while USVM uses ksmt 0.5.13
ksmtVersion=0.5.13
sootVersion=4.4.0-FORK-2
kotlinVersion=1.8.0
log4j2Version=2.13.3
# TODO usvm-sbft-merge: UtBot uses kotlinx.coroutines 1.6.3, while USVM uses kotlinx.coroutines 1.6.4
coroutinesVersion=1.6.4
# TODO usvm-sbft-merge: UtBot uses kotlinx.collections 0.3.4, while USVM uses kotlinx.collections 0.3.5
collectionsVersion=0.3.5
# after updating plugin version you should manually bump corresponding versions in plugin
# as they cannot be set from properties
# utbot-intellij/build.gradle.kts
# utbot-rd/build.gradle
# utbot-rider/build.gradle.kts
intellijPluginVersion=1.13.1
# every time you bump rd version:
# 1. regenerate all models
# 2. check if rider plugin works
# TODO usvm-sbft-merge: UtBot engine uses RD 2023.1.2, while USVM uses RD 2023.2.0
rdVersion=2023.2.0
# to enable - add -PincludeRiderInBuild=true in build CLI
includeRiderInBuild=false
jacocoVersion=0.8.8
commonsLangVersion=3.11
commonsIoVersion=2.8.0
kotlinLoggingVersion=1.8.3
ktorVersion=1.4.1
cliktVersion=3.2.0
guavaVersion=32.1.2-jre
apacheCommonsExecVersion=1.2
apacheCommonsTextVersion=1.9
rgxgenVersion=1.3
antlrVersion=4.9.2
kryoVersion=5.4.0
kryoSerializersVersion=0.45
asmVersion=9.2
testNgVersion=7.6.0
kamlVersion=0.51.0
jacksonVersion=2.12.3
kotlinxSerializationVersion=1.5.0
# TODO usvm-sbft: USVM uses slf4j 1.6.1
slf4jVersion=1.7.36
eclipseAetherVersion=1.1.0
mavenWagonVersion=3.5.1
mavenPluginApiVersion=3.8.5
mavenPluginToolsVersion=3.6.4
mavenPluginTestingVersion=3.3.0
mavenResolverApiVersion=1.8.0
sisuPlexusVersion=0.3.5
javaCppVersion=1.5.3
jsoupVersion=1.7.2
djlApiVersion=0.17.0
pytorchNativeVersion=1.9.1
shadowJarVersion=7.1.2
openblasVersion=0.3.10-1.5.4
arpackNgVersion=3.7.0-1.5.4
commonsLoggingVersion=1.2
commonsIOVersion=2.11.0
javaxVersion=2.2
jakartaVersion=3.1.0
jacoDbVersion=1.4.3
# TODO left outdated here to avoid exceeding GitHub packages drive space,
# TODO run `gradle publishToMavenLocal -Pversion={usvmVersion}` locally in usvm project and update {usvmVersion} locally
usvmVersion=comp-231130-19
# use latest Java 8 compaitable Spring and Spring Boot versions
springVersion=5.3.28
springBootVersion=2.7.13
springSecurityVersion=5.8.5
# Put your GitHub username here to use utbot-junit-contest with usvm
githubActor=<github_actor>
# Use your GitHub token generated here -- https://github.com/settings/tokens/new?description=USVM&scopes=read:packages
# Keep `read:packages` checkbox selected
githubToken=<github token>
# configuration for build server
#
# the following options are passed to gradle command explicitly (see appropriate workflow):
# --build-cache (the same as org.gradle.caching=true)
# --no-daemon (the same as org.gradle.daemon=false)
#
# read about options precedence at: https://docs.gradle.org/current/userguide/build_environment.html
org.gradle.jvmargs="-Xmx6g"
# configuration for local compilation - much faster
# overriden by some parameters in CI, read below about each option
#
# overrided by --no-daemon
org.gradle.daemon=true
# overrided by -Dkotlin.daemon.jvm.options=-Xmx4g
kotlin.daemon.jvm.options=-Xmx4g
# overrided by --no-parallel
org.gradle.parallel=true
# not overrided, we use cache in CI as well
org.gradle.caching=true
# there is no need to override the option below because parallel execution is disabled by --no-parallel
org.gradle.workers.max=8