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:
26996ce
)
JAL-3224 JAL-3196 still trying to specify projectFile property for install4j (still!)
author
Jim Procter
<jprocter@issues.jalview.org>
Mon, 22 Apr 2019 13:01:39 +0000
(14:01 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Mon, 22 Apr 2019 13:01:39 +0000
(14:01 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
3495877
..
8b77be8
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-661,7
+661,8
@@
task copyInstall4jTemplate(type: Copy) {
task installers(type: com.install4j.gradle.Install4jTask) {
dependsOn getdown
dependsOn copyInstall4jTemplate
- projectFile = file install4jConf
+ projectFile = file(install4jConf)
+ println("Using projectFile "+projectFile)
variables = [majorVersion: version.substring(2, 11), build: 001]
destination = "$jalviewDir/$install4jBuildDir"
buildSelected = true