mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-01-28 21:00:24 +08:00
Merge pull request #26 from dimzon/master
change language level for maven build plugin
This commit is contained in:
commit
864eec04e5
9
pom.xml
9
pom.xml
@ -56,6 +56,15 @@
|
|||||||
<testSourceDirectory>test</testSourceDirectory>
|
<testSourceDirectory>test</testSourceDirectory>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.1</version>
|
||||||
|
<configuration>
|
||||||
|
<source>1.5</source>
|
||||||
|
<target>1.5</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<!-- Disable resources (project has none) -->
|
<!-- Disable resources (project has none) -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user