From defc337d2d6b394a77de8fc2792ffcb131c9a030 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 22 Apr 2019 13:49:35 +0100 Subject: [PATCH] JAL-3224 JAL-3196 specify file object in projectFile property for install4j task --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 38d35f4..a2bcfb7 100644 --- 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 -- 1.7.10.2