-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgradle.properties
32 lines (29 loc) · 1.08 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
group = com.redis
reproducibleBuild = true
sourceCompatibility = 8
targetCompatibility = 8
testSourceCompatibility = 17
testTargetCompatibility = 17
bootPluginVersion = 3.3.2
kordampBuildVersion = 3.4.0
kordampPluginVersion = 0.54.0
shadowPluginVersion = 8.1.8
jmhPluginVersion = 0.7.0
asciidoctorVersion = 3.3.2
airliftVersion = 1.7
checkerVersion = 3.12.0
db2Version = 11.5.8.0
datafakerVersion = 2.3.1
errorproneVersion = 2.21.1
jacocoVersion = 0.8.11
lettucemodVersion = 3.7.3
micrometerRedisVersion = 0.5.1
progressbarVersion = 0.10.0
testcontainersRedisVersion = 2.2.2
trinoVersion = 422
webjarsBootstrapVersion = 5.3.2
webjarsFontawesomeVersion = 4.7.0
org.gradle.daemon = false
org.gradle.caching = false
systemProp.file.encoding = utf-8
org.gradle.jvmargs = -Dfile.encoding=UTF-8