X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=23326433529b8e8309b6a7a87397806e9fecf288;hb=221a20bd20c7c038f18b7f341765165e8c80ca01;hp=9c57524c1834fc7b592b50ed95bd79a02cfb0336;hpb=444bb6a162894f92ecfffcb7e962c8751293ec7a;p=jalview.git diff --git a/build.gradle b/build.gradle index 9c57524..2332643 100644 --- a/build.gradle +++ b/build.gradle @@ -1205,9 +1205,13 @@ task sourceDist (type: Tar) { exclude ("**/*locales") exclude ("*locales/**") exclude ("utils/InstallAnywhere") + exclude (libDir) exclude (getdown_files_dir) exclude (getdown_website_dir) + // exluding these as not using jars as modules yet + exclude ("$j11modDir/**/*.jar") + } task helppages { @@ -1216,4 +1220,4 @@ task helppages { inputs.dir("$classes/$helpDir") outputs.file("build/distribution/help/helpTOC.html") -} \ No newline at end of file +}