p2p: Switch to 'bisq.javafx' Gradle Plugin

This commit is contained in:
Alva Swanson 2023-08-04 13:04:45 +02:00
parent edd43638f3
commit 6fdf2a2178
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -1,11 +1,9 @@
plugins {
id 'bisq.java-conventions'
id 'bisq.javafx'
}
apply plugin: 'org.openjfx.javafxplugin'
javafx {
version = "16"
modules = ['javafx.base']
}