Skip to content

Commit

Permalink
fix #136: Could not get unknown property 'FileUtils'
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Apr 26, 2020
1 parent f13177e commit 396491d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class JPackageTaskImpl extends BaseTaskImpl<JPackageTaskData> {
return standardOutput.toString()
}
if (td.jpackageData.getImageOutputDir() != td.jpackageData.getInstallerOutputDir()) {
FileUtils.cleanDirectory(td.jpackageData.getInstallerOutputDir())
project.delete(project.files(td.jpackageData.getInstallerOutputDir()))
}

def jpackageExec = "$jpd.jpackageHome/bin/jpackage$EXEC_EXTENSION"
Expand Down

0 comments on commit 396491d

Please sign in to comment.