JAL-3210 Added .j2s creation task for Eclipse IDE
[jalview.git] / build.gradle
index 0c2448c..3adbf24 100644 (file)
@@ -1608,6 +1608,12 @@ task jalviewjsIDECopyTransferSite(type: Copy) {
   into jalviewjsSiteDir
 }
 
+task jalviewjsIDEj2s {
+  group "JalviewJS in Eclipse"
+  description "Creates the .j2s file"
+  dependsOn jalviewjsCreateJ2sSettings
+}
+
 task jalviewjsIDEBuildSite {
   group "JalviewJS in Eclipse"
   description "Copies the Eclipse transpiled site and unzips supporting zipfiles"