desktop: Switch to 'bisq.javafx' Gradle Plugin

This commit is contained in:
Alva Swanson 2023-08-04 13:31:10 +02:00
parent 41eafd2b31
commit af6b664548
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -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']
} }