Skip to content

Commit

Permalink
Comment out install4j
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Feb 3, 2016
1 parent 073b568 commit 4792395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ applicationDistribution.from(copyNativeLibs) {
}

// Uncomment when doing a release build. I have yet to find out how to make an install4j installation optional
install4j {
installDir = file(install4jHomeDir)
}
//install4j {
// installDir = file(install4jHomeDir)
//}

task buildInstaller(type: Install4jTask) {
dependsOn 'clean'
Expand Down

0 comments on commit 4792395

Please sign in to comment.