mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
MSGPACK-7 added -source 1.5 -target 1.5 options to javac
This commit is contained in:
parent
c6d9bbd7b0
commit
c58ce1a975
1 changed files with 2 additions and 2 deletions
|
|
@ -63,8 +63,8 @@
|
|||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue