JAL-3978 task stub and getdown splash screens
[jalview.git] / build.gradle
index 9b1eb69..cee3ed8 100644 (file)
@@ -1770,6 +1770,17 @@ task getdown() {
 }
 
 
+task getdownArchive() {
+  group = "distribution"
+  description = "Create the archive dir to go on the website"
+
+  dependsOn getdownWebsite
+
+  doFirst {
+  }
+}
+
+
 tasks.withType(JavaCompile) {
        options.encoding = 'UTF-8'
 }