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 4901072 commit f417a8bCopy full SHA for f417a8b
settings.gradle
@@ -15,7 +15,7 @@ buildscript {
15
16
apply plugin: 'org.kordamp.gradle.kordamp-parentbuild'
17
18
-rootProject.name = 'testcontainers-redis-build'
+rootProject.name = 'testcontainers-redis'
19
20
projects {
21
directories = ['subprojects']
@@ -43,4 +43,4 @@ enforce {
43
// search only on compile and runtime classpaths
44
r.configurations.addAll(['compileClasspath', 'runtimeClasspath'])
45
}
46
-}
+}
0 commit comments