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