This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.10.0 by this push:
     new 4ca269e  GEODE-7169 Fix building from source archive
4ca269e is described below

commit 4ca269e14a41bfd8fff41968e39c80df373a8507
Author: Anthony Baker <[email protected]>
AuthorDate: Fri Sep 6 13:08:38 2019 -0700

    GEODE-7169 Fix building from source archive
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 99c8e48..0904f6d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -95,7 +95,7 @@ ext.readScmInfo = { proj ->
     } finally {
       git.close()
     }
-  } catch (IllegalArgumentException ignoredDistributionBuild) {
+  } catch (IllegalStateException ignoredDistributionBuild) {
     // If we're building from the source distribution, we don't have git.
     // Instead, we use the .buildinfo copied to the root directory during the 
distribution build
     // from the writeBuildInfo task below (from build/.buildinfo)

Reply via email to