1- group = com.redis.testcontainers
2- sourceCompatibility = 1.8
3- targetCompatibility = 1.8
4- reproducibleBuild = true
5-
6- bootPluginVersion = 2.7.10
7- kordampBuildVersion = 2.8.0
8- kordampPluginVersion = 0.48.0
9-
10- rsAdminVersion = 0.3.1
11- awaitilityVersion = 4.2.0
12- jacocoVersion = 0.8.9
13- lettuceVersion = 6.2.3.RELEASE
14- lettucemodVersion = 3.5.0
15- testcontainersVersion = 1.18.0
16-
17- org.gradle.daemon = true
18- org.gradle.caching = true
19- systemProp.file.encoding = utf-8
20- org.gradle.jvmargs = -Dfile.encoding =UTF-8
1+ group = com.redis
2+ sourceCompatibility = 1.8
3+ targetCompatibility = 1.8
4+ testSourceCompatibility = 11
5+ testTargetCompatibility = 11
6+ reproducibleBuild = true
7+
8+ bootPluginVersion = 2.7.15
9+ kordampBuildVersion = 3.1.0
10+ kordampPluginVersion = 0.51.0
11+
12+ awaitilityVersion = 4.2.0
13+ rsAdminVersion = 0.3.1
14+ jacocoVersion = 0.8.10
15+ lettucemodVersion = 3.7.3
16+ lettuceVersion = 6.2.6.RELEASE
17+ testcontainersVersion = 1.19.0
18+
19+ org.gradle.daemon = true
20+ org.gradle.caching = true
21+ systemProp.file.encoding = utf-8
22+ org.gradle.jvmargs = -Dfile.encoding =UTF-8
0 commit comments