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:
02fc80d
)
JAL-3224 JAL-3196 specify file object in projectFile property for install4j task
author
Jim Procter
<jprocter@issues.jalview.org>
Mon, 22 Apr 2019 12:49:35 +0000
(13:49 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Mon, 22 Apr 2019 12:49:35 +0000
(13:49 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
38d35f4
..
a2bcfb7
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-660,7
+660,7
@@
task copyInstall4jTemplate(type: Copy) {
task installers(type: com.install4j.gradle.Install4jTask) {
dependsOn getdown
dependsOn copyInstall4jTemplate
- projectFile = install4jConf
+ projectFile = file install4jConf
variables = [majorVersion: version.substring(2, 11), build: 001]
destination = "$jalviewDir/$install4jBuildDir"
buildSelected = true