Skip to content

Commit

Permalink
set source and target to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jewes committed May 21, 2020
1 parent 189cd1b commit d140c4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit d140c4d

Please sign in to comment.