Skip to content

Commit

Permalink
#136 test if using java8 helps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Nov 28, 2024
1 parent 2891510 commit 0413595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.version>0.8.5</jacoco.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit 0413595

Please sign in to comment.