common: Switch to 'bisq.javafx' Gradle Plugin

This commit is contained in:
Alva Swanson 2023-08-04 12:58:29 +02:00
parent eb3a663b64
commit 71c70540fb
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.graphics']
}