Skip to content

Commit f3cc907

Browse files
Update build.gradle
1 parent 6cde5f9 commit f3cc907

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ if (OperatingSystem.current().isLinux()) {
9898
task buildInstaller(type: Exec) {
9999
dependsOn fatJar
100100
workingDir '.'
101-
println("Current WD: " + workingDir)
102101
commandLine "./${installerScript}"
103102
args version
103+
104+
doFirst {
105+
println("Current WD: " + workingDir)
106+
}
104107
}

0 commit comments

Comments
 (0)