forked from ehcache/ehcache3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
36 lines (29 loc) · 854 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.5.3-SNAPSHOT
# Terracotta third parties
offheapVersion = 2.4.0
statisticVersion = 2.0.7
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.3.0
# Terracotta clustered
terracottaPlatformVersion = 5.5.0-pre10
terracottaApisVersion = 1.5.0-pre3
terracottaCoreVersion = 5.5.0-pre7
terracottaPassthroughTestingVersion = 1.5.0-pre3
# Test lib versions
junitVersion = 4.12
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.13.0
jacksonVersion = 2.7.5
jcacheTckVersion = 1.1.0
# Tools
spotbugsVersion = 3.1.3
checkstyleVersion = 5.9
jacocoVersion = 0.8.1
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