From 23011880699273d1cb6f780ec662c7ea39365b28 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 31 Oct 2019 10:55:34 +0000 Subject: [PATCH] JAL-3210 unimportant error message --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 51f95ac..c5c16c3 100644 --- a/build.gradle +++ b/build.gradle @@ -36,6 +36,7 @@ if (file(localProps).exists()) { } } } catch (Exception e) { + System.out.println("Exception reading local.properties") } } -- 1.7.10.2