Skip to content

Commit

Permalink
try to fix jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto committed Aug 21, 2024
1 parent ad1d72e commit 764e962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RCaNconstructor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>21</source> <!-- JDK source version -->
<target>21</target> <!-- JDK target version -->
<release>21</release> <!-- Use this for JDK 9+ to ensure API compatibility -->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 764e962

Please sign in to comment.