Skip to content

Commit

Permalink
Fix compiler setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Mar 8, 2024
1 parent dea84fc commit 35eccbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
<dataflow-template.version>1.0-SNAPSHOT</dataflow-template.version>
</properties>

Expand Down

0 comments on commit 35eccbd

Please sign in to comment.