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:
9fe82ac
)
JAL-3973 exclude the original RELEASE file so gradle doesn't complain of duplicate...
author
Jim Procter
<j.procter@dundee.ac.uk>
Wed, 30 Mar 2022 15:12:51 +0000
(16:12 +0100)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Wed, 30 Mar 2022 15:12:51 +0000
(16:12 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
a071fe8
..
b4636bc
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-2042,6
+2042,7
@@
task sourceDist(type: Tar) {
dependsOn eclipseAllPreferences
dependsOn createSourceReleaseProperties
+
def VERSION_UNDERSCORES = JALVIEW_VERSION.replaceAll("\\.", "_")
def outputFileName = "${project.name}_${VERSION_UNDERSCORES}.tar.gz"
archiveFileName = outputFileName
@@
-2065,6
+2066,7
@@
task sourceDist(type: Tar) {
"*locales/**",
"utils/InstallAnywhere",
"**/*.log",
+ "RELEASE",
]
def PROCESS_FILES=[
"AUTHORS",