JAL-3210 unimportant error message
authorBen Soares <bsoares@dundee.ac.uk>
Thu, 31 Oct 2019 10:55:34 +0000 (10:55 +0000)
committerBen Soares <bsoares@dundee.ac.uk>
Thu, 31 Oct 2019 10:55:34 +0000 (10:55 +0000)
build.gradle

index 51f95ac..c5c16c3 100644 (file)
@@ -36,6 +36,7 @@ if (file(localProps).exists()) {
         }
     }
   } catch (Exception e) {
+    System.out.println("Exception reading local.properties")
   }
 }