JAL-3337 round-and-round the process source files again
authorJim Procter <jprocter@issues.jalview.org>
Thu, 4 Jul 2019 15:31:47 +0000 (16:31 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 4 Jul 2019 15:31:47 +0000 (16:31 +0100)
build.gradle

index 6c1e365..7746b25 100644 (file)
@@ -1192,7 +1192,7 @@ task sourceDist (type: Tar) {
   "LICENSE",
   "**/README",
   "RELEASE",
-  "THIRDPARTYLIBS","TESTNG","**/README",
+  "THIRDPARTYLIBS","TESTNG",
   "build.gradle",
   "gradle.properties",
   "**/*.java",
@@ -1223,11 +1223,12 @@ task sourceDist (type: Tar) {
   // exluding these as not using jars as modules yet
   exclude ("$j11modDir/**/*.jar")
 }
-  from (jalviewDir) {
-    // explicit includes for stuff that seemed to not get included
-    include(fileTree("test/**/*"))
-    exclude(EXCLUDE_FILES)
-  }
+//  from (jalviewDir) {
+//    // explicit includes for stuff that seemed to not get included
+//    include(fileTree("test/**/*."))
+//    exclude(EXCLUDE_FILES)
+//    exclude(PROCESS_FILES)
+//  }
 }
 
 task helppages  {