We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a93ec8 commit 790c183Copy full SHA for 790c183
gradle.properties
@@ -1,9 +1,19 @@
1
-group=com.redis
+group = com.redis
2
+sourceCompatibility = 1.8
3
+targetCompatibility = 1.8
4
+reproducibleBuild = true
5
-bootPluginVersion=2.7.2
-kordampBuildVersion=2.6.0
-kordampPluginVersion=0.47.0
6
+bootPluginVersion = 2.7.10
7
+kordampBuildVersion = 2.8.0
8
+kordampPluginVersion = 0.48.0
9
-awaitilityVersion=4.2.0
-commonsIOVersion=2.11.0
-testcontainersRedisVersion=1.6.2
10
+awaitilityVersion = 4.2.0
11
+commonsIOVersion = 2.11.0
12
+jacocoVersion = 0.8.8
13
+lettuceVersion = 6.2.3.RELEASE
14
+testcontainersRedisVersion = 1.6.3
15
+
16
+org.gradle.daemon = true
17
+org.gradle.caching = true
18
+systemProp.file.encoding = utf-8
19
+org.gradle.jvmargs = -Dfile.encoding=UTF-8
0 commit comments