forked from edificeio/entcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
50 lines (42 loc) · 1.16 KB
/
gradle.properties
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
# E.g. your domain name
modowner=org.entcore
modname=ent-core
# Your module version
version=5.4.5
# The test timeout in seconds
testtimeout=300
# Set to true if you want module dependencies to be pulled in and nested inside the module itself
pullInDeps=false
# Set to true if you want the build to output a jar as well as a module zip file
produceJar=false
# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.1.1
# provided lib
vertxVersion=3.9.5
junitVersion=4.10
# compile lib
webUtilsVersion=2.11.6
mongodbHelperVersion=2.5.1
opencsvVersion=3.9
juniversalchardetVersion=1.0.3
vertxCronTimer=2.0.0
casVersion=0.2.2
vertxSwiftClientVersion=1.0.0
commonsLangVersion=3.3.2
jodaTimeVersion=2.9.4
jnaVersion=3.0.2
lamejbVersion=0.2.0
reactivePgVersion=0.11.4
scramClientVersion=2.1
owaspVersion=20220608.1
runModsArgs=
scramVersion=2.1
mongoVersion=3.12.14
modPostgresVersion=1.3.2
modMongoVersion=3.2.0
oAuth2ServerVersion=1.5.1
testContainerVersion=1.17.1
micrometerMetricsVersion=3.9.5
micrometerPrometheusVersion=1.1.0
commonsCollectionsVersion=4.1