Skip to content

Commit

Permalink
show that org.openjfx.javafxplugin update causes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Sep 7, 2023
1 parent 4d2a25b commit 2a38e31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
id 'org.beryx.runtime' version '1.12.7'
id 'org.unbroken-dome.xjc' version '2.0.0'
}
Expand Down Expand Up @@ -47,6 +47,10 @@ test {
useJUnitPlatform()
}

java {
modularity.inferModulePath.set(false)
}

javafx {
version = '17-ea+16' // '16' // '14.0.2.1'
modules = ['javafx.controls']
Expand Down

0 comments on commit 2a38e31

Please sign in to comment.