JAL-3973 exclude the original RELEASE file so gradle doesn't complain of duplicate...
[jalview.git] / build.gradle
index a071fe8..b4636bc 100644 (file)
@@ -2042,6 +2042,7 @@ task sourceDist(type: Tar) {
   dependsOn eclipseAllPreferences
   dependsOn createSourceReleaseProperties
 
+
   def VERSION_UNDERSCORES = JALVIEW_VERSION.replaceAll("\\.", "_")
   def outputFileName = "${project.name}_${VERSION_UNDERSCORES}.tar.gz"
   archiveFileName = outputFileName
@@ -2065,6 +2066,7 @@ task sourceDist(type: Tar) {
     "*locales/**",
     "utils/InstallAnywhere",
     "**/*.log",
+    "RELEASE",
   ] 
   def PROCESS_FILES=[
     "AUTHORS",