JAL-4356 release date for 2.11.3.3 is 22nd May 2025
[jalview.git] / build.gradle
index 210a83c..437c43a 100644 (file)
@@ -1769,7 +1769,7 @@ task testTask0(type: Test) {
     preserveOrder true
     useDefaultListeners=true
   }
-  timeout = Duration.ofMinutes(1)
+  timeout = Duration.ofMinutes(15)
 }
 
 /* separated tests */
@@ -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)