forked from ehcache/ehcache3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
37 lines (30 loc) · 849 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
37
# Ehcache version
ehcacheVersion = 3.7-SNAPSHOT
# Terracotta third parties
offheapVersion = 2.4.2
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.3.0
jaxbVersion = 2.3.1
# Terracotta clustered
terracottaPlatformVersion = 5.6.0
terracottaApisVersion = 1.6.0
terracottaCoreVersion = 5.6.0
terracottaPassthroughTestingVersion = 1.6.0
# Test lib versions
junitVersion = 4.12
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.7.5
jcacheTckVersion = 1.1.0
# Tools
spotbugsVersion = 3.1.3
checkstyleVersion = 5.9
jacocoVersion = 0.8.3
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