bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.63k stars 1.26k forks source link

Enable ImageCaptureReaderTest #7167

Closed devinbileck closed 1 week ago

devinbileck commented 1 week ago

This test was disabled in #7109 due to encountering dependency issues. Using a newer version of the JavaFX Gradle Plugin should hopefully resolve those issues since a similar issue was fixed in v0.0.11 when they added M1 Mac support.

devinbileck commented 1 week ago

It seems javafx-graphics-16-mac-aarch64.jar and javafx-base-16-mac-aarch64.jar are unavailable. We would likely need to update javafx at least to 17. That is outside the scope of this. Closing for now.