We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7142338 commit bbdd525Copy full SHA for bbdd525
pom.xml
@@ -13,11 +13,19 @@
13
<groupId>org.apache.maven.plugins</groupId>
14
<artifactId>maven-surefire-plugin</artifactId>
15
<version>3.0.0-M7</version>
16
+ <configuration>
17
+ <source>1.8</source>
18
+ <target>1.8</target>
19
+ </configuration>
20
</plugin>
21
<plugin>
22
23
<artifactId>maven-failsafe-plugin</artifactId>
24
25
26
27
28
29
30
</plugins>
31
</build>
0 commit comments