git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1c90e
)
JAL-3337 Excluding j11modDir from source distribution (has some older version jars...
author
Ben Soares
<bsoares@dundee.ac.uk>
Tue, 2 Jul 2019 12:34:23 +0000
(13:34 +0100)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Tue, 2 Jul 2019 12:34:23 +0000
(13:34 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
9c57524
..
76284e9
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-1208,6
+1208,9
@@
task sourceDist (type: Tar) {
exclude (getdown_files_dir)
exclude (getdown_website_dir)
+ // exluding these as not using jars as modules yet
+ exclude ("$j11modDir/**/*.jar")
+
}
task helppages {
@@
-1216,4
+1219,4
@@
task helppages {
inputs.dir("$classes/$helpDir")
outputs.file("build/distribution/help/helpTOC.html")
-}
\ No newline at end of file
+}