From b901d2b8f83335bd7c7e09b62728ba351e3a1415 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Mon, 29 Apr 2024 18:30:37 +0700 Subject: [PATCH] ci: fix the name of the Kotlin client Signed-off-by: Yurii Shynbuiev --- cloud-agent/client/kotlin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-agent/client/kotlin/settings.gradle b/cloud-agent/client/kotlin/settings.gradle index 2e9109edb8..b5dc286913 100644 --- a/cloud-agent/client/kotlin/settings.gradle +++ b/cloud-agent/client/kotlin/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = 'identus--kotlin-client' \ No newline at end of file +rootProject.name = 'cloud-agent-client-kotlin' \ No newline at end of file