Skip to content

Commit

Permalink
Gradle Create bisq.javafx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 4, 2023
1 parent 17abc0b commit 8258fe1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-logic/commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ plugins {
repositories {
gradlePluginPortal()
}

dependencies {
implementation 'org.openjfx:javafx-plugin:0.0.10'
}
7 changes: 7 additions & 0 deletions build-logic/commons/src/main/groovy/bisq.javafx.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plugins {
id 'org.openjfx.javafxplugin'
}

javafx {
version = "16"
}

0 comments on commit 8258fe1

Please sign in to comment.