X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=011be6702613d4704477cd3c8c4442485fd81806;hb=refs%2Fheads%2Fbug%2FJAL-4334_unknownstartenduniprotfeatures;hp=e5abc77d879e3de908e85a2873125f0d86b100de;hpb=c3db4ad2ed9781a21d9fd8884e861a1f39f184de;p=jalview.git diff --git a/build.gradle b/build.gradle index e5abc77..011be67 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ plugins { id 'application' id 'eclipse' id "com.diffplug.gradle.spotless" version "3.28.0" - id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'com.github.johnrengelman.shadow' version '6.0.0' id 'com.install4j.gradle' version '10.0.3' id 'com.dorongold.task-tree' version '2.1.1' // only needed to display task dependency tree with gradle task1 [task2 ...] taskTree id 'com.palantir.git-version' version '0.13.0' apply false @@ -3044,6 +3044,7 @@ task sourceDist(type: Tar) { into project.name def EXCLUDE_FILES=[ + "dist/*", "build/*", "bin/*", "test-output/",