From 378ab910854d41866fd8436a9fbd8604ba5da586 Mon Sep 17 00:00:00 2001 From: James Procter Date: Thu, 2 Nov 2023 17:07:25 +0000 Subject: [PATCH] =?utf8?q?JAL-4090=20JAL-4218=20patch=20and=20release=20note?= =?utf8?q?s=20-=20don=E2=80=99t=20include=20dist=20in=20tarball?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + help/markdown/releases/release-2_11_3_0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 03cf6b2..011be67 100644 --- a/build.gradle +++ b/build.gradle @@ -3044,6 +3044,7 @@ task sourceDist(type: Tar) { into project.name def EXCLUDE_FILES=[ + "dist/*", "build/*", "bin/*", "test-output/", diff --git a/help/markdown/releases/release-2_11_3_0.md b/help/markdown/releases/release-2_11_3_0.md index a5ff3c6..00f7593 100644 --- a/help/markdown/releases/release-2_11_3_0.md +++ b/help/markdown/releases/release-2_11_3_0.md @@ -102,6 +102,7 @@ channel: "release" - Java Console opening at startup with the exampleFile_v2_7.jvp opening (nearly always) causes Jalview to hang - 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) - RNAML import missing terminal residue +- Jalview source distribution unnecessarily includes dist directory with built jalview jar and dependencies ## New Known defects - 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. -- 1.7.10.2