git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c67684
)
JAL-3210 unimportant error message
author
Ben Soares
<bsoares@dundee.ac.uk>
Thu, 31 Oct 2019 10:55:34 +0000
(10:55 +0000)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Thu, 31 Oct 2019 10:55:34 +0000
(10:55 +0000)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
51f95ac
..
c5c16c3
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-36,6
+36,7
@@
if (file(localProps).exists()) {
}
}
} catch (Exception e) {
+ System.out.println("Exception reading local.properties")
}
}