[bisq-network/bisq] Upgrade JavaFX to v15 (#4242)

Stan notifications at github.com
Wed Apr 21 15:54:33 CEST 2021


About the Gradle upgrade...  Gradle 7.0 removes a lot deprecated API, and this PR's build file would need to migrate to all the new dependency configurations `compile` -> `api` or `implementation`, `testCompile` -> `testImplementation`, etc...  to get it to work with Gradle 7.0  There are other changes that will need to be made as well.   We got by using a lot of deprecated parts of the Gradle API that will break the Bisq build in 7.0.

I got a Gradle 7 build working yesterday, and you might be interested in discussing some of the changes needed to upgrade to v7.0 after this PR is merged.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4242#issuecomment-824080076
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210421/5da87468/attachment.htm>


More information about the bisq-github mailing list