mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Merge pull request #939 from jbonofre/master
Be able to build Mage.Stats from the reactor
This commit is contained in:
commit
11f34cb163
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<sources>
|
<sources>
|
||||||
<source>
|
<source>
|
||||||
<basedir>src/main/java</basedir>
|
<basedir>${project.basedir}/src/main/java</basedir>
|
||||||
</source>
|
</source>
|
||||||
</sources>
|
</sources>
|
||||||
<complianceLevel>1.6</complianceLevel>
|
<complianceLevel>1.6</complianceLevel>
|
||||||
|
|
Loading…
Reference in a new issue