From 8c99add7872468a4562ed9bd3dd72aeffe7729f7 Mon Sep 17 00:00:00 2001 From: Oleksandr Dzhychko Date: Thu, 11 Jan 2024 13:44:25 +0100 Subject: [PATCH] feat: add project description Declare this as a feature to test the Publish workflow. --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index f18eaa5..e98c3b3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,6 +5,7 @@ plugins { } version = computeVersion() +description = "Components to run MPS in the cloud with Kubernetes" fun computeVersion(): Any { val versionFile = file("workspaces-version.txt")