diff --git a/settings.gradle b/settings.gradle index 1cab09f..8805a15 100644 --- a/settings.gradle +++ b/settings.gradle @@ -15,7 +15,7 @@ buildscript { apply plugin: 'org.kordamp.gradle.kordamp-parentbuild' -rootProject.name = 'testcontainers-redis-build' +rootProject.name = 'testcontainers-redis' projects { directories = ['subprojects'] @@ -43,4 +43,4 @@ enforce { // search only on compile and runtime classpaths r.configurations.addAll(['compileClasspath', 'runtimeClasspath']) } -} \ No newline at end of file +}