From e6dea4b93a53786199b36a4c428afd3ca1faf6bf Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 10 Feb 2021 00:12:16 +0000 Subject: [PATCH] JAL-3521 Changed wording of INSTALLATION in source tarball build_properties --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3bf1649..cbd65f2 100644 --- a/build.gradle +++ b/build.gradle @@ -1801,7 +1801,7 @@ task sourceDist(type: Tar) { include(file(buildProperties).getName()) rename(file(buildProperties).getName(), "build_properties") filter({ line -> - line.replaceAll("^INSTALLATION=.*\$","INSTALLATION=SourceDist"+" git-commit\\\\:"+gitHash+" ["+gitBranch+"]") + line.replaceAll("^INSTALLATION=.*\$","INSTALLATION=Source Release"+" git-commit\\\\:"+gitHash+" ["+gitBranch+"]") }) } -- 1.7.10.2