Skip to content

Commit

Permalink
common: Switch to 'bisq.javafx' Gradle Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 4, 2023
1 parent eb3a663 commit 71c7054
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
plugins {
id 'bisq.java-conventions'
id 'bisq.javafx'
}

apply plugin: 'org.openjfx.javafxplugin'

javafx {
version = "16"
modules = ['javafx.graphics']
}

Expand Down

0 comments on commit 71c7054

Please sign in to comment.