Use the defined sources version otherwise we get an error when

generating sources now that we've started using 1.7 code features.
This commit is contained in:
Timothy Bish 2014-09-08 16:41:38 -04:00
parent 644b96a68a
commit 1abc95b6a4
1 changed files with 1 additions and 1 deletions

View File

@ -1441,7 +1441,7 @@
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
<linksource>true</linksource>
<maxmemory>2048m</maxmemory>
<source>1.6</source>
<source>${source-version}</source>
<additionalJOption>-J-Xmx2048m</additionalJOption>
</configuration>
<executions>