JAL-4090 JAL-4218 patch and release notes - don’t include dist in tarball
authorJames Procter <j.procter@dundee.ac.uk>
Thu, 2 Nov 2023 17:07:25 +0000 (17:07 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Thu, 2 Nov 2023 17:07:25 +0000 (17:07 +0000)
build.gradle
help/markdown/releases/release-2_11_3_0.md

index 03cf6b2..011be67 100644 (file)
@@ -3044,6 +3044,7 @@ task sourceDist(type: Tar) {
   into project.name
 
   def EXCLUDE_FILES=[
+    "dist/*",
     "build/*",
     "bin/*",
     "test-output/",
index a5ff3c6..00f7593 100644 (file)
@@ -102,6 +102,7 @@ channel: "release"
 - <!-- JAL-4298 --> Java Console opening at startup with the exampleFile_v2_7.jvp opening (nearly always) causes Jalview to hang
 - <!-- JAL-4282 --> automatic positioning of ID width for imported project can fail for certain font size configured in User preferences (affects most versions of Jalview prior to 2.11.3.0)
 - <!-- JAL-4223 --> RNAML import missing terminal residue
+- <!-- JAL-4218 --> Jalview source distribution unnecessarily includes dist directory with built jalview jar and dependencies
 
 ## New Known defects
 - <!-- JAL-4303 --> EBI-AlphaFold PLDDT colours cannot be overlaid on alignment via 'Colour by annotation' unless the alignment's colourscheme has been set to 'None' via the Colours menu.