mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
common: Switch to 'bisq.javafx' Gradle Plugin
This commit is contained in:
parent
eb3a663b64
commit
71c70540fb
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
|||
plugins {
|
||||
id 'bisq.java-conventions'
|
||||
id 'bisq.javafx'
|
||||
}
|
||||
|
||||
apply plugin: 'org.openjfx.javafxplugin'
|
||||
|
||||
javafx {
|
||||
version = "16"
|
||||
modules = ['javafx.graphics']
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue