JAL-3248 Building from source documentation in markdown and converted to HTML
[jalview.git] / build.gradle
index b07ea37..e143b80 100644 (file)
@@ -317,8 +317,8 @@ eclipse {
     }
   }
   
-  synchronizationTasks eclipseClasspath
-  autoBuildTasks eclipseClasspath
+  //synchronizationTasks eclipseClasspath
+  //autoBuildTasks eclipseClasspath
 } 
 
 task cloverInstr() {
@@ -642,6 +642,7 @@ task cleanDist {
 }
 
 shadowJar {
+  group = "distribution"
   dependsOn makeDist
   from ("$jalviewDir/$libDistDir") {
     include("*.jar")