Browse Source

chore(ci): remove `testSource/testTarget` setting, so test cases can run on Java 8

pull/478/head
Jerry Lee 4 months ago
parent
commit
bb68388901
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      pom.xml

+ 0
- 2
pom.xml View File

@@ -170,8 +170,6 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>
</configuration>
</plugin>

Loading…
Cancel
Save