From: Jim Procter Date: Mon, 22 Apr 2019 13:01:39 +0000 (+0100) Subject: JAL-3224 JAL-3196 still trying to specify projectFile property for install4j (still!) X-Git-Tag: Release_2_11_0~17^2~7^2~15 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=df74daf9d2a0f8e5911311589002774c73fb6d1a JAL-3224 JAL-3196 still trying to specify projectFile property for install4j (still!) --- diff --git a/build.gradle b/build.gradle index 3495877..8b77be8 100644 --- 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