Skip to content

Commit

Permalink
Merge pull request #20 from j-alimohammadi/fix_compiler_plugin
Browse files Browse the repository at this point in the history
fixed source and target compiler plugin, closes #20
  • Loading branch information
albogdano committed Aug 7, 2017
2 parents e74fac4 + 0fe0ca1 commit f740161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -141,8 +141,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-Xlint:-options</compilerArgument>
<compilerArguments>
<endorseddirs>${endorsed.dir}</endorseddirs>
Expand Down

0 comments on commit f740161

Please sign in to comment.