Skip to content

Commit

Permalink
Rev to java and javafx 21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsharp committed Mar 15, 2024
1 parent cde78b8 commit 7ca9d87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-adoptium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17.0.4'
java-version: '21.0.2'
distribution: 'temurin'

- name: Maven Settings
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-all-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17.0.4'
java-version: '21.0.2'
distribution: ${{ matrix.distro }}

- name: Maven Settings
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:

- name: 'Install Oracle JDK 17.0.4'
- name: 'Install Oracle JDK 21.0.2'
uses: oracle-actions/setup-java@v1
with:
website: oracle.com
release: 17
version: 17.0.4
release: 21
version: 21.0.2

- uses: actions/checkout@v1

Expand Down
2 changes: 1 addition & 1 deletion adoptium-font-crash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>17.0.4</jdk.version>
<jdk.vendor>Adoptium</jdk.vendor>
<javafx.version>17.0.2</javafx.version>
<javafx.version>21.0.2</javafx.version>
<junit.version>5.8.2</junit.version>
</properties>

Expand Down

0 comments on commit 7ca9d87

Please sign in to comment.