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 9b511b8 commit 0f6dda6Copy full SHA for 0f6dda6
java/pom.xml
@@ -79,8 +79,8 @@
79
<artifactId>maven-compiler-plugin</artifactId>
80
<version>3.7.0</version>
81
<configuration>
82
- <source>1.7</source>
83
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
84
<encoding>UTF-8</encoding>
85
<optimize>false</optimize>
86
<debug>true</debug>
@@ -102,7 +102,7 @@
102
<plugin>
103
<groupId>org.apache.maven.plugins</groupId>
104
<artifactId>maven-surefire-plugin</artifactId>
105
- <version>2.20.1</version>
+ <version>3.0.0-M7</version>
106
107
<parallel>methods</parallel>
108
<threadCount>1</threadCount>
0 commit comments