Skip to content

Commit

Permalink
Issue-802: Increase java language level for test project
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <30831153+l-1squared@users.noreply.github.com>
  • Loading branch information
l-1squared committed Dec 8, 2023
1 parent 9e84637 commit 6e08a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jgiven-maven-plugin/src/test/resources/sampleProject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jgiven.version>1.3.0</jgiven.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 6e08a21

Please sign in to comment.