Skip to content

Commit

Permalink
Target Java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fantavlik committed Dec 13, 2021
1 parent 652445e commit d4fe1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -30,8 +30,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d4fe1ab

Please sign in to comment.