mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Gradle Create bisq.javafx plugin
This commit is contained in:
parent
17abc0bc8d
commit
8258fe1f3c
2 changed files with 11 additions and 0 deletions
|
@ -5,3 +5,7 @@ plugins {
|
|||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.openjfx:javafx-plugin:0.0.10'
|
||||
}
|
||||
|
|
7
build-logic/commons/src/main/groovy/bisq.javafx.gradle
Normal file
7
build-logic/commons/src/main/groovy/bisq.javafx.gradle
Normal file
|
@ -0,0 +1,7 @@
|
|||
plugins {
|
||||
id 'org.openjfx.javafxplugin'
|
||||
}
|
||||
|
||||
javafx {
|
||||
version = "16"
|
||||
}
|
Loading…
Add table
Reference in a new issue