Skip to content

Commit d91a5bf

Browse files
authored
Merge pull request #16 from lewisbirks/build/update-root-project-name
Update root project name so that usages in urls point to the correct location
2 parents 4901072 + f417a8b commit d91a5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
apply plugin: 'org.kordamp.gradle.kordamp-parentbuild'
1717

18-
rootProject.name = 'testcontainers-redis-build'
18+
rootProject.name = 'testcontainers-redis'
1919

2020
projects {
2121
directories = ['subprojects']
@@ -43,4 +43,4 @@ enforce {
4343
// search only on compile and runtime classpaths
4444
r.configurations.addAll(['compileClasspath', 'runtimeClasspath'])
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)