forked from ehcache/ehcache3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (27 loc) · 830 Bytes
/
gradle.properties
File metadata and controls
33 lines (27 loc) · 830 Bytes
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
# Ehcache version
ehcacheVersion = 3.11-SNAPSHOT
# Terracotta third parties
offheapVersion = 2.5.6
statisticVersion = 2.1.3
jcacheVersion = 1.1.0
slf4jVersion = 1.7.36
sizeofVersion = 0.4.4
# Terracotta clustered
terracottaPlatformVersion = 5.10.22
terracottaApisVersion = 1.9.1
terracottaCoreVersion = 5.10.15
terracottaPassthroughTestingVersion = 1.9.1
terracottaUtilitiesVersion = 0.0.19
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.22.0
hamcrestVersion = 2.2
mockitoVersion = 4.3.1
jcacheTckVersion = 1.1.0
sonatypeUser = OVERRIDE_ME
sonatypePwd = OVERRIDE_ME
tcDeployUser = OVERRIDE_ME
tcDeployPassword = 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