Skip to content

Commit

Permalink
Merge pull request #13 from froque/upgrade_java
Browse files Browse the repository at this point in the history
Upgrade to Java 21
  • Loading branch information
froque authored Oct 17, 2023
2 parents 612a9d5 + 793d305 commit 11a801e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
java-version: 17
java-version: 21
distribution: 'adopt'

# Runs a single command using the runners shell
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<javafx.version>17</javafx.version>
<java.version>21</java.version>
<javafx.version>21</javafx.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 11a801e

Please sign in to comment.