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:
ebb90e1
)
JAL-3978 Add the bin dir to be copied from website appdir to archive appdir
bug/JAL-3978_copy_bin_dir_to_getdownArchiveBuild_task
author
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 16 May 2024 13:59:17 +0000
(14:59 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 16 May 2024 13:59:17 +0000
(14:59 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
6df3ec9
..
437c43a
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-2608,6
+2608,14
@@
task getdownArchiveBuild() {
}
}
+ // the wrapper scripts dir
+ if ( file("${getdownAppBaseDir}/${getdown_wrapper_script_dir}").exists() ) {
+ copy {
+ from "${getdownAppBaseDir}/${getdown_wrapper_script_dir}"
+ into "${getdownFullArchiveDir}/${getdown_wrapper_script_dir}"
+ }
+ }
+
getdownArchiveTxt.write(getdownArchiveTextLines.join("\n"))
def vLaunchJvl = file(getdownVersionLaunchJvl)