Skip to content

Commit

Permalink
MAVEN: set JAVA version to 11 for usage of Path
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbroteater committed Dec 17, 2020
1 parent d5417dd commit b132ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions de.variantsync.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b132ef9

Please sign in to comment.