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:
aeabb51
)
JAL-3577 changed default RELEASE dir in build.gradle to use absolute path to help...
author
Ben Soares
<bsoares@dundee.ac.uk>
Tue, 21 Apr 2020 14:37:32 +0000
(15:37 +0100)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Tue, 21 Apr 2020 14:37:32 +0000
(15:37 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
7d0a1f9
..
f7233f1
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-84,7
+84,7
@@
ext {
// Expect jalview.version and target release branch in jalview.release
def releaseProps = new Properties();
def releasePropFile = findProperty("JALVIEW_RELEASE_FILE");
- def defaultReleasePropFile = "${jalviewDir}/RELEASE";
+ def defaultReleasePropFile = "${jalviewDirAbsolutePath}/RELEASE";
try {
(new File(releasePropFile!=null ? releasePropFile : defaultReleasePropFile)).withInputStream {
releaseProps.load(it)