Skip to content

Commit f5a6f4c

Browse files
build: Use Java and JavaFX 23 (gluonhq#705)
1 parent 6ca4283 commit f5a6f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/early-access.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches: [ master ]
66

77
env:
8+
JAVAFX_VERSION: '23'
89
JAVA_VERSION: '23'
9-
JAVAFX_VERSION: '23-ea+27'
1010

1111
jobs:
1212
precheck:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>${java.version}</maven.compiler.source>
2121
<maven.compiler.target>${java.version}</maven.compiler.target>
2222
<maven.compiler.release>${java.version}</maven.compiler.release>
23-
<javafx.version>23-ea+27</javafx.version>
23+
<javafx.version>23</javafx.version>
2424
<aether.version>1.1.0</aether.version>
2525
<charm.glisten.version>6.2.2</charm.glisten.version>
2626
<gluon.attach.version>4.0.19</gluon.attach.version>

0 commit comments

Comments
 (0)