Rename output to dest for jpackage task#91
Conversation
|
@tobiasdiez Thanks a lot for the PR! It seems that there is another breaking cnange in this release: the |
Yes it has been removed from jpackage. |
|
Ok, I've removed it. |
|
Thanks for the quick merge. Is there a way to convinently use the latest snapshot containing this fix? |
|
Release 2.16.0 contains this PR and an additional small change. @tobiasdiez @DJViking I only tested on Windows, with two small projects, so please check if it also works on other platforms and with your own projects. Thanks for your help! |
|
Thanks for the release! It's working for us on windows, Mac and Linux. |
The latest version of jpackage was just made public and there the
--outputargument was renamed to--dest. See https://openjdk.java.net/jeps/343. I've not yet tested if these were the only breaking changes. See here for a list of all changes: https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-October/062682.html