Skip to content

Commit 2a38e31

Browse files
show that org.openjfx.javafxplugin update causes issues
1 parent 4d2a25b commit 2a38e31

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
plugins {
66
id 'application'
7-
id 'org.openjfx.javafxplugin' version '0.0.14'
7+
id 'org.openjfx.javafxplugin' version '0.1.0'
88
id 'org.beryx.runtime' version '1.12.7'
99
id 'org.unbroken-dome.xjc' version '2.0.0'
1010
}
@@ -47,6 +47,10 @@ test {
4747
useJUnitPlatform()
4848
}
4949

50+
java {
51+
modularity.inferModulePath.set(false)
52+
}
53+
5054
javafx {
5155
version = '17-ea+16' // '16' // '14.0.2.1'
5256
modules = ['javafx.controls']

0 commit comments

Comments
 (0)