Bump to JavaFX 19 (#20)
This commit is contained in:
parent
7645fa5674
commit
6342b3f166
@ -11,7 +11,7 @@ include required("/stdlib/jvm/javafx/from-jmods.conf")
|
||||
// Small tweaks e.g. enabling proxy detection (https://conveyor.hydraulic.dev/2/stdlib/jvm-clients/)
|
||||
include required("/stdlib/jvm/enhancements/client/v1.conf")
|
||||
|
||||
javafx.version = 17.0.1
|
||||
javafx.version = 19
|
||||
|
||||
app {
|
||||
display-name = AtlantaFX Sampler
|
||||
|
2
pom.xml
2
pom.xml
@ -59,7 +59,7 @@
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
|
||||
<java.version>17</java.version>
|
||||
<openjfx.version>17.0.0.1</openjfx.version>
|
||||
<openjfx.version>19</openjfx.version>
|
||||
<sass.version>1.54.4</sass.version>
|
||||
|
||||
<app.name>AtlantaFX</app.name>
|
||||
|
Loading…
Reference in New Issue
Block a user