forked from ehcache/ehcache3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
36 lines (29 loc) · 851 Bytes
/
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
# Ehcache version
ehcacheVersion = 3.9-SNAPSHOT
# Terracotta third parties
offheapVersion = 2.5.2
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.6-pre9
terracottaApisVersion = 1.8.1
terracottaCoreVersion = 5.8.2-pre6
terracottaPassthroughTestingVersion = 1.8.2
terracottaUtilitiesVersion = 0.0.9
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.12.2
jcacheTckVersion = 1.1.0
# Tools
jacocoVersion = 0.8.5
sonatypeUser = OVERRIDE_ME
sonatypePwd = OVERRIDE_ME
deployUrl = https://oss.sonatype.org/service/local/staging/deploy/maven2/
# Enable the daemon by adding org.gradle.daemon in USER_HOME/.gradle/gradle.properties
org.gradle.parallel=true