Gradle Create bisq.javafx plugin

This commit is contained in:
Alva Swanson 2023-08-04 12:50:44 +02:00
parent 17abc0bc8d
commit 8258fe1f3c
No known key found for this signature in database
GPG key ID: 004760E77F753090
2 changed files with 11 additions and 0 deletions

View file

@ -5,3 +5,7 @@ plugins {
repositories {
gradlePluginPortal()
}
dependencies {
implementation 'org.openjfx:javafx-plugin:0.0.10'
}

View file

@ -0,0 +1,7 @@
plugins {
id 'org.openjfx.javafxplugin'
}
javafx {
version = "16"
}