Skip to content

Commit

Permalink
e java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed Dec 5, 2022
1 parent 1acdd99 commit 0a7c1d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<junit.jupiter.version>5.6.2</junit.jupiter.version>
</properties>

Expand All @@ -37,7 +37,6 @@
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>9.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand All @@ -54,7 +53,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>11</release>
<release>8</release>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 0a7c1d0

Please sign in to comment.