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 188d1af commit 529404bCopy full SHA for 529404b
build.gradle
@@ -42,6 +42,12 @@ config {
42
}
43
44
45
+
46
+ coverage {
47
+ jacoco {
48
+ toolVersion = '0.8.8'
49
+ }
50
51
52
53
allprojects {
@@ -61,6 +67,11 @@ subprojects {
61
67
info {
62
68
description = project.project_description
63
69
70
71
72
73
74
64
75
65
76
test {
66
77
useJUnitPlatform()
gradle.properties
@@ -1,11 +1,11 @@
1
group=com.redis.testcontainers
2
3
-bootPluginVersion=2.7.1
+bootPluginVersion=2.7.2
4
dependencyPluginVersion=1.0.11.RELEASE
5
kordampBuildVersion=2.6.0
6
kordampPluginVersion=0.47.0
7
8
adminVersion=0.3.0
9
awaitilityVersion=4.2.0
10
-lettucemodVersion=3.0.0
+lettucemodVersion=3.0.1
11
testcontainersVersion=1.17.3
0 commit comments