From f417a8bb0fe3e12352694df8c65f213058c7c5f3 Mon Sep 17 00:00:00 2001 From: lewisbirks <22620804+lewisbirks@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:47:39 +0000 Subject: [PATCH] build: update root project name so that usages in urls point to the correct location Signed-off-by: lewisbirks <22620804+lewisbirks@users.noreply.github.com> --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}