Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try with jdk 21
Browse files Browse the repository at this point in the history
elfunesto committed Aug 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ec4d807 commit 1b8f964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RCaNconstructor/pom.xml
Original file line number Diff line number Diff line change
@@ -32,8 +32,8 @@
<!-- Set the project to UTF-8, avoiding warnings in the build logs -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<!-- Used to set both the path to find the JavaFX modules and also the versions for Maven dependencies -->
<javafx.version>22.0.2</javafx.version>

0 comments on commit 1b8f964

Please sign in to comment.