Skip to content

Commit

Permalink
Try to fix problem on compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
CiroZDP committed Sep 14, 2024
1 parent a119a86 commit 995b1bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<properties>
<java.version>8</java.version>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency versions -->
Expand Down

0 comments on commit 995b1bc

Please sign in to comment.