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:
df74daf
)
JAL-1929 JAL-3224 getdown channel structure is {build/release version channel}/{JVM}
author
Jim Procter
<jprocter@issues.jalview.org>
Tue, 23 Apr 2019 11:14:12 +0000
(12:14 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Tue, 23 Apr 2019 11:14:12 +0000
(12:14 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
8b77be8
..
fa71080
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-470,7
+470,7
@@
ext {
if (getdown_channel_name.equals("COMMIT")) {
getdownChannel = getGitHash()
}
- getdown_app_base = getdown_channel_base+"/"+JAVA_VERSION+"/"+getdownChannel+"/"
+ getdown_app_base = getdown_channel_base+"/"+getdownChannel+"/"+JAVA_VERSION+"/"
}
task getdownWebsite() {