Skip to content

Commit

Permalink
update pom.xml [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhak-zaaim committed Nov 2, 2024
1 parent 6354760 commit 756289d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<name>DeliX</name>
<description>DeliX</description>
<properties>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -224,7 +226,7 @@
<configuration>
<source>21</source>
<target>21</target>
<compilerArgs>--enable-preview</compilerArgs>

</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 756289d

Please sign in to comment.