From 5eae131c5f5ce11c220b2ad62b5c3f430987e440 Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Sun, 20 Oct 2024 18:00:42 +0200 Subject: [PATCH] fix: update root project name [no ci] --- orchestrator/settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/settings.gradle.kts b/orchestrator/settings.gradle.kts index 270e03b..9fecad5 100644 --- a/orchestrator/settings.gradle.kts +++ b/orchestrator/settings.gradle.kts @@ -1,6 +1,6 @@ plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" } -rootProject.name = "technology.idlab.jvm-runner" +rootProject.name = "technology.idlab.rdfc" include("rdfc-core")