mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
desktop: Switch to 'bisq.javafx' Gradle Plugin
This commit is contained in:
parent
41eafd2b31
commit
af6b664548
@ -1,16 +1,15 @@
|
||||
plugins {
|
||||
id 'bisq.java-conventions'
|
||||
id 'bisq.javafx'
|
||||
}
|
||||
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'org.openjfx.javafxplugin'
|
||||
apply from: 'package/package.gradle'
|
||||
|
||||
shadowDistTar.enabled = false
|
||||
shadowDistZip.enabled = false
|
||||
|
||||
javafx {
|
||||
version = "16"
|
||||
modules = ['javafx.controls', 'javafx.fxml']
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user