mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
* Maven - Added workaround for bug in compiler plugin 3.2 that alwas all sources were compiled.
This commit is contained in:
parent
4adc55eb80
commit
9fbd5a04bd
4 changed files with 9 additions and 10 deletions
|
|
@ -146,10 +146,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue