Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Oct 26, 2023
1 parent 88a6cab commit 37171fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [ master ]

env:
JAVAFX_VERSION: '21'
JAVA_VERSION: '21'
JAVAFX_VERSION: '21.0.1'
JAVA_VERSION: '21.0.1'

jobs:
precheck:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- GA

env:
JAVAFX_VERSION: '21'
JAVA_VERSION: '21'
JAVAFX_VERSION: '21.0.1'
JAVA_VERSION: '21.0.1'

jobs:
precheck:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</modules>

<properties>
<java.version>21</java.version>
<java.version>21.0.1</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
<javafx.version>21</javafx.version>
<javafx.version>21.0.1</javafx.version>
<aether.version>1.1.0</aether.version>
<charm.glisten.version>6.2.2</charm.glisten.version>
<gluon.attach.version>4.0.19</gluon.attach.version>
Expand Down

0 comments on commit 37171fd

Please sign in to comment.