File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
hazelcast/hazelcast-client-server Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ if [[ "$MODULE" == "module5" ]]
8686then
8787 # ADD NEW MODULES HERE
8888 # (add new modules above the rest so you get quicker feedback if it fails)
89+ build_gradle_module " spring-boot/hazelcast/hazelcast-embedded-cache"
90+ build_gradle_module " spring-boot/hazelcast/hazelcast-client-server"
8991 build_maven_module " core-java/heapdump"
9092 build_gradle_module " aws/s3"
9193 build_maven_module " graphql"
104106 build_gradle_module " spring-boot/bean-lifecycle"
105107 build_gradle_module " spring-boot/request-response/client"
106108 build_gradle_module " spring-boot/request-response/server"
107- build_gradle_module " spring-boot/hazelcast/hazelcast-embedded-cache"
108- build_gradle_module " spring-boot/hazelcast/hazelcast-client-server"
109109
110110 echo " "
111111 echo " +++"
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies {
2626 testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
2727 exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
2828 }
29- testCompile " org.testcontainers:testcontainers:1.12.5 "
30- testCompile " org.testcontainers:junit-jupiter:1.12.5 "
29+ testCompile " org.testcontainers:testcontainers:1.15.2 "
30+ testCompile " org.testcontainers:junit-jupiter:1.15.2 "
3131}
3232
3333test {
You can’t perform that action at this time.
0 commit comments