diff --git a/build.gradle.kts b/build.gradle.kts index 98173ed..d196431 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,5 +56,5 @@ fun determineCommitHash(project: Project): String { standardOutput = commitHashInfo } - return commitHashInfo.toString() + return commitHashInfo.toString().strip() } \ No newline at end of file