File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 6363 </distributionManagement >
6464
6565 <properties >
66- <java .version>1.8</java .version>
66+ <java .version>1.6</java .version>
67+ <java .testversion>1.7</java .testversion>
6768 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6869 <version .jackson>2.8.7</version .jackson>
6970 <version .slf4j>1.7.25</version .slf4j>
206207 <source >${java.version} </source >
207208 <target >${java.version} </target >
208209 </configuration >
210+ <executions >
211+ <execution >
212+ <id >test-compile</id >
213+ <phase >process-test-sources</phase >
214+ <goals >
215+ <goal >testCompile</goal >
216+ </goals >
217+ <configuration >
218+ <source >${java.testversion} </source >
219+ <target >${java.testversion} </target >
220+ </configuration >
221+ </execution >
222+ </executions >
209223 </plugin >
210224
211225 <plugin >
You can’t perform that action at this time.
0 commit comments